WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.2K

Found out also I can set some applications to the earbuds and others to the speakers! So a video can be playing on one set of speakers and the transcribing on the ear buds! And this was all setup almost instantly!

Linux is quite miraculous!

(The earbuds were normally used for working out. In particular work out vids.)

(For transcribing I use audacity to get the exact notes at the exact time. Then export the 'labels' and use a python script to convert it to sheet music.)

Found out also I can set some applications to the earbuds and others to the speakers! So a video can be playing on one set of speakers and the transcribing on the ear buds! And this was all setup almost instantly! Linux is quite miraculous! (The earbuds were normally used for working out. In particular work out vids.) (For transcribing I use audacity to get the exact notes at the exact time. Then export the 'labels' and use a python script to convert it to sheet music.)

(post is archived)

[–] 1 pt

Linux basically comes with all the drivers for almost everything already in the kernel. Most distributions precompile basically literally every driver etc you could possibly need. Only in ie Gentoo might you be asked which drivers you want to compile in. Which basically you just go down the list and choose them all when it comes to filesystem and network card support etc.

Also most linux distributions come with a packaging system so if you ie need extra wireless support etc, it's just a one liner command and it auto brings down and installing all the dependencies etc.

At this point linux is most likely easily easier to set things up and get things running than windows these days.