Replies: 2 comments
-
Retrieving the encoding format of an audio file is not well supported in the current version of miniaudio. In version 0.12 I've changed the way decoding backends work and has a function called |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for replying. Looking forward to version 0.12. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @mackron
Thank you for sharing this repo.
How to get the audio format (wav, mp3, flac ...) after call this:
result = ma_decoder_init_file("test.wav", NULL, &decoder);
B.T.W.
If I have a mp3 audio but ext name is ".mp", can I also know the format of the truely audio file?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions