mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

Raspberry Pi Pico compatibility #190

Closed UKTailwind closed 3 years ago

UKTailwind commented 3 years ago

Just a FYI. None of the headers (flac, mp3, wav) work as-is on the Raspberry Pi Pico as they assume availability of instructions that don't exist on that CPU. I solved it by hacking the headers but you may want to do it properly at some stage

mackron commented 3 years ago

Thanks for the report. What parts were causing the errors?