Hello,<br>
<br>
I have a program that analyse (in live mode) voice captured by the microphone (8KHz, 16 bit, mono, signed, big endian).<br>
I would like to analyse voice through Asterisk.<br>
To test, I've modified the Echo function (located in the apps
directory) to grab voice frame, but I thing that firstly I must convert
the data right?<br>
<br>
How can I do that?<br>
<br>
Maybe, is there another solution? I know that we can record but I suppose that we cannot read the file, wile being written...<br>