Read raw char data array from header #679
Unanswered
rossmarinaro
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, this is possible. If it's the raw contents of the entire file (as in the entire WAV, MP3, etc.) and not just the raw PCM audio data, use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very simple question - Is it possible to read audio as a raw char array defined in a header? With opengl, I can create a 2d texture with the data as mentioned. There's online converters which can take any file and make it into a C array. Can I do the same with this library?
Beta Was this translation helpful? Give feedback.
All reactions