ITADN

opus_uint16

#3Openvinnitu 创建于 2021-03-31
V
vinnitucommented
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?
2 条评论