aboutsummaryrefslogtreecommitdiff
path: root/vendor/miniaudio/decoding.odin
Commit message (Collapse)AuthorAgeFilesLines
* vendor/miniaudio: update to 0.11.22Laytan2025-05-161-2/+2
|
* Fix `-vet-tabs` issuesgingerBill2024-08-241-3/+3
|
* use `#exists` to provide good errors for common missing librariesLaytan Laats2024-06-041-5/+1
|
* vendor/miniaudio: fix import for macosLaytan Laats2024-01-131-3/+1
| | | | | | Using `system:miniaudio` is suboptimal, we already provide the `Makefile` that builds the `lib/miniaudio.a` and this works on MacOS. This PR makes linking with that library the default.
* Update `vendor/miniaudio` to v0.11.9bkrypt2022-04-291-51/+51
|
* miniaudioSébastien Marie2022-03-021-5/+8
| | | | | | - simplify foreign - enable SUPPORT_SNDIO on OpenBSD - correct ptr type for SUPPORT_PULSEAUDIO (Linux) and SUPPORT_COREAUDIO (Darwin)
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-2/+2
|
* Correct foreign import pathsgingerBill2021-09-171-2/+2
|
* Update `foreign import`s for linuxgingerBill2021-09-171-0/+2
|
* Add the remaining of the miniaudio APIgingerBill2021-09-171-0/+165