You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if C++ is fine with you, just use it. If not, the main thing to do is to change the API for resample_process to consume short * instead of float * and then change all references to members of the inBuffer and outBuffer arrays adding a cast to float
Hi.
I have next flow on my app
encoded opus data -> decode with opus_decode() -> resample 44100 -> send to bluetooth in sbc codec
I want to use libresample but in your code in/out data it *float, but opus_decode give me opus_uint16(uint16_t) and sbc as I known wants uint16 too.
What do you recommend me to do?
The text was updated successfully, but these errors were encountered: