[SIP Beyond VoIP] Recording only input sound data
Alexey Nikitenko
alexeynikitenko1927 at gmail.com
Wed Mar 20 05:07:49 CET 2019
I created the recorder
recorder = WaveRecorder(SIPApplication.voice_audio_mixer, '/path/to/file/')
And when session started, I connected it to bridge:
audio_stream = session.streams[0]
audio_stream.bridge.add(self.recorder)
Everything works, but there are input and output speech in file.
Is there the right way to record only input stream?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ag-projects.com/pipermail/sipbeyondvoip/attachments/20190320/c48a3dc1/attachment.html>
More information about the SIPBeyondVoIP
mailing list