search for: tmpbuffers

Displaying 2 results from an estimated 2 matches for "tmpbuffers".

Did you mean: tmpbuffer
2008 Feb 15
0
speex echo problem in my own softphone to POTS
Hi, I use SpeexEcho in my own softphone using MGCP protocol register to a PBX under WindowsXP in my laptop. I make a call: softphone ---> PBX ----> MediaGateWay ---PotsLine---> Traditional Phone. In the other side(TraditionalPhone), I did not here any echo voice, SpeexEcho works well. But, if I let laptop to make some sounds, such as play music, I heard all
2017 Apr 06
1
Encoding OPUS with difference bitrates
HI, I'm trying to simulate an audio conference where each leg can be with a different bit rate. This needs to encode the source PCM to to different bit rates back to back and store and send respective encoded frames/packet to the respective channel. For this I changed the opus_demo as below. But the output of the second encoded frames is completely garbled. Appreciate if anyone can suggest