Recording from more than once microphone in Linux
Would you like to record from two sources, for example a Skype call, to two different files?
Make sure sox is installed, open a terminal:
$ rec -r 44100 -c 1 file1.flac
Open a new terminal tab:
$ rec -r 44100 -c 1 file2.flac
You can open as many tabs as you like and record from as many sources as you like, if your computer can handle it.
Make sure sox is installed, open a terminal:
$ rec -r 44100 -c 1 file1.flac
Open a new terminal tab:
$ rec -r 44100 -c 1 file2.flac
Using "PulseAudio Volume Control" (pavucontrol package), choose Recording tab, select the source for each stream. To record local audio, choose Monitor…
You can open as many tabs as you like and record from as many sources as you like, if your computer can handle it.
Comments
Post a Comment