Will speex.js support ultra-wideband mode?
dhermyt opened this issue · 1 comments
dhermyt commented
Hi,
I am trying to decode audio encoded with native speex library in ultra-wideband mode, but it always ends up with exception "More than two wideband layers found. The stream is corrupted". I also saw your answer in another discussion that ultra-wideband is not supported in speex.js. Will it ever be supported?
jpemartins commented
I think it shouldn't take a lot of effort to support it. The compiled version already supports it, it's just a matter of the wrapper to handle it. Whenever i have time I will work on it or, if you feel like you could send a PR :-)
Cheers