-
Hi,
Excellent stuff, are there any plans to replace OpenAL (which doesn't allow static linking) with [miniaudio](https://github.com/mackron/miniaudio) ?
Thanks,
Amer
-
I am asking to add the generator to include [MiniAudio](https://github.com/mackron/miniaudio) because it is a nice cross platform audio solution that isn't bulky I have generated binding myself for it…
-
Preconditions
Requirements fulfilled
The known issues did not answer my question
The question has not been asked in the past or the answer does not satisfy me
There is currently no other ope…
-
miniaudio mobile support is much better than portaudio.
-
### Zig Version
0.12.0-dev.3403+b5cef9e8b
### Steps to Reproduce and Observed Behavior
1. `zig init`
2. `git clone https://github.com/mackron/miniaudio`
3. edit `build.zig`, and add these lin…
-
This error is confirmed on 10.5.8 with gcc13/gcc14:
```
:info:build [ 4%] Building CXX object CMakeFiles/abaddon.dir/src/audio/ma_impl.cpp.o
:info:build /opt/local/bin/g++-mp-14 -DABADDON_IS_BIG…
-
I've been using a single C header file library for my audio back-ends called miniaudio (https://miniaud.io). It allows compiling code on Linux/macOS/Windows to use audio I/O without installing any oth…
-
All details and a reproducible example can be found in the original PR: https://github.com/isledecomp/isle-portable/pull/21
-
The `ma_decoder_init` function consistently returns `-10` (MA_INVALID_FILE), indicating that the provided file or data is not a valid audio file recognizable by miniaudio. This occurs despite seemingl…
-
I see you pass in a NULL context into miniaudio init, which assigns the default order/list of backends.
Unfortunately, my users are a bit picky when it comes to using audio drivers, and like the a…