[Csnd] [OT] Monitor audio output
Date | 2012-10-02 15:46 |
From | Bernt Isak Wærstad |
Subject | [Csnd] [OT] Monitor audio output |
I want to make sure a remote machine always has sound coming out of from the sound card (it's for a sound installation) and give me a message if it turns silent. Anyone know any good solution to tap into the output buffer of a multichannel sound card? Mvh. Bernt Isak Wærstad |
Date | 2012-10-02 16:07 |
From | zappfinger |
Subject | [Csnd] Re: [OT] Monitor audio output |
If that machine is making noise you could have csound listen to an input from a microphone, get the RMS values and send them over using OSC or sockets, whatever. Richard -- View this message in context: http://csound.1045644.n5.nabble.com/OT-Monitor-audio-output-tp5716317p5716318.html Sent from the Csound - General mailing list archive at Nabble.com. |
Date | 2012-10-02 17:44 |
From | Bernt Isak Wærstad |
Subject | Re: [Csnd] Re: [OT] Monitor audio output |
Yeah, I thought something along those lines (except just feeding the output back to the input), but since the sound is generated from csound I was wondering if was absolutely safe and stable to run to instances side by side and also if a crash in one csound instance would cause any trouble for the other? I was hoping for some clever python script, but haven't found any. On Tue, Oct 2, 2012 at 5:07 PM, zappfinger <zappfinger@gmail.com> wrote: If that machine is making noise you could have csound listen to an input from Mvh. Bernt Isak Wærstad |