search for: speex_en

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

2004 Aug 06
2
API suggestions
...the developer on Stereo sources: It is unusual to require a different sequence of API calls depending on whether the signal is Mono or Stereo. This is especially evident in the decoder where you would register a callback for the SPEEX_INBAND_STEREO message. The need for explicitly calling the speex_en/decode_stereo() function in addition to speex_en/decode() is cumbersome. All these tasks could be done by the API automatically, once it knows that it is dealing with a Stereo source. A unified API not requiring separate code paths would be helpful. <p>*** Filling the "bit bucket"...
2004 Aug 06
0
API suggestions
> It is unusual to require a different sequence of API calls > depending on whether the signal is Mono or Stereo. > This is especially evident in the decoder where you would > register a callback for the SPEEX_INBAND_STEREO message. > The need for explicitly calling the speex_en/decode_stereo() > function in addition to speex_en/decode() is cumbersome. > All these tasks could be done by the API automatically, > once it knows that it is dealing with a Stereo source. I'll need to think about that one. Stereo support is really some "extra" information...