phirun has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to divert - that is, "tee-off" - the audio output in my MiniPC to a file. I'm running Debian 10.1.
For example, if I'm in a video conference and take a break, I'll often switch to a music player until the conference resumes. I need both audio feeds, and the easiest way to capture the conference, the music and anything else is to divert the audio stream at the DAC input before it goes to the audio output socket.
I've not tackled this sort of low-level audio data manipulation before and am wondering if there are Perl modules that could be used to write a quick utility to switch the capture facility on and off.
With thanks for any assistance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Diverting audio output to a file.
by Corion (Patriarch) on Feb 27, 2022 at 06:51 UTC | |
by phirun (Novice) on Feb 27, 2022 at 21:02 UTC | |
|
Re: Diverting audio output to a file.
by jmlynesjr (Deacon) on Feb 28, 2022 at 01:40 UTC |