-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels