1
Audio / Re: Write Sound to pipe (fifo).
« on: February 17, 2014, 08:09:24 am »
I know that in the current release it is impossible.
I'm thinking on create a new class extending "SoundRecorder" like "SoundBufferRecorder".
In the "onProcessSamples" method I can write it to a filename in real time (fifo in my case).
What I want is to develop it in the correct way to include it in the next release. I think that feature can be useful to other people.
Thanks.
I'm thinking on create a new class extending "SoundRecorder" like "SoundBufferRecorder".
In the "onProcessSamples" method I can write it to a filename in real time (fifo in my case).
What I want is to develop it in the correct way to include it in the next release. I think that feature can be useful to other people.
Thanks.