From: Dennis C. <DCh...@pi...> - 2008-04-14 14:16:41
|
Hello, I am attempting to implement local recording of the incoming audio stream in my iax client program. I am testing initially by recording the echo test. I first set IAXC_AUDIO_PREF_RECV_REMOTE_RAW in the prefs, then my callback routine receives the struct iaxc_ev_audio audio, from which I reference the data pointer, and I write this out to a file. I'm expecting to receive 8khz 16-bit signed mono uncompressed data in LPCM format, as I gather from the list archives is correct. The problem is that only the first 100 bytes or so contain data, the rest is null values. Dennis Christopher Pixion Inc. |