1
Yate users hangout place / Re: Recorder channels are overlapping
« on: August 05, 2016, 03:59:38 AM »
I use this sox command to convert and merge, and everything is ok:
sox -b 16 -t raw -r 8k -e signed-integer 1469707832-54117-call.slin -b 16 -t raw -r 8k -e signed-integer 1469707832-54117-peer.slin -M -C 96 -t mp3 test.mp3
Also look at this method to records calls, I used it, and it works fine without extmodule:
http://forum.yate.ro/index.php?topic=458.msg1414#msg1414
Also I faced with overlapping on some kind of devices(I don't know exactly which), for example HOLD or voice detection can broke call record.
sox -b 16 -t raw -r 8k -e signed-integer 1469707832-54117-call.slin -b 16 -t raw -r 8k -e signed-integer 1469707832-54117-peer.slin -M -C 96 -t mp3 test.mp3
Also look at this method to records calls, I used it, and it works fine without extmodule:
http://forum.yate.ro/index.php?topic=458.msg1414#msg1414
Also I faced with overlapping on some kind of devices(I don't know exactly which), for example HOLD or voice detection can broke call record.