search for: svxlink

Displaying 3 results from an estimated 3 matches for "svxlink".

Did you mean: sublink
2010 Apr 11
2
Is Speex 1.0 and >=1.1 compatible?
...(speex_bits_remaining(&bits) >= 0)) {} As far as I can see, the termination handling is not compatible when encoding with, in this case, Speex ver 1.2rc1 and decoding with ver 1.0.5. Do you agree or have I done something wrong in my code? The full code can be found here: http://svxlink.svn.sf.net/viewvc/svxlink/trunk/src/async/audio/AsyncAudioDecoderSpeex.cpp?view=markup http://svxlink.svn.sf.net/viewvc/svxlink/trunk/src/async/audio/AsyncAudioEncoderSpeex.cpp?view=markup I guess I could solve this problem by transmitting the frame count out-of-band but if Speex can handle it, i...
2010 Apr 11
0
Is Speex 1.0 and >=1.1 compatible?
...ning(&bits)>= 0)) {} > > As far as I can see, the termination handling is not compatible when encoding > with, in this case, Speex ver 1.2rc1 and decoding with ver 1.0.5. Do you agree > or have I done something wrong in my code? The full code can be found here: > > http://svxlink.svn.sf.net/viewvc/svxlink/trunk/src/async/audio/AsyncAudioDecoderSpeex.cpp?view=markup > http://svxlink.svn.sf.net/viewvc/svxlink/trunk/src/async/audio/AsyncAudioEncoderSpeex.cpp?view=markup > > I guess I could solve this problem by transmitting the frame count out-of-band > but if Spee...
2010 Apr 10
2
Is Speex 1.0 and >=1.1 compatible?
Hi list, I'm trying to figure out how to do the most compatible implementation that will work with as many versions of Speex as possible. I am streaming multi frame Speex blocks over a TCP connection which works fine as long as the version of Speex is the same on both sides. When using a newer Speex (1.1.?) to encode and an older version to decode (1.0.5), it does not work. The encoder