setDataRaw - Used to stuff SBC bytes into stream? #636
-
Hi! Great library! I am working on a project where I have stored SBC audio data - not PCM data. Can I replay the SBC bytes on a source without having to decode to PCM first? I see there is a setDataRaw in SoundData class but I am not sure if thats what its for or how to use it. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Dec 7, 2024
Replies: 1 comment
-
No, only PCM data is supported, so you need to decode it first. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, only PCM data is supported, so you need to decode it first.