diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-05-29 06:29:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 06:29:39 +0000 |
commit | 3fbc71e369fedddd7ebc2eb08c9721860ae6b597 (patch) | |
tree | 297c9e2d905b0ba33978be5f64b9624773661a30 /src/audio/ma_impl.cpp | |
parent | 8e9fb27e0bec4c9dd4b706e15987cbb16cf42005 (diff) | |
parent | 7da37a2fa90cebf43631c74aa1abfb9842502291 (diff) | |
download | abaddon-portaudio-3fbc71e369fedddd7ebc2eb08c9721860ae6b597.tar.gz abaddon-portaudio-3fbc71e369fedddd7ebc2eb08c9721860ae6b597.zip |
Merge pull request #105 from uowuo/voice
Voice support 🤯
Diffstat (limited to 'src/audio/ma_impl.cpp')
-rw-r--r-- | src/audio/ma_impl.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/audio/ma_impl.cpp b/src/audio/ma_impl.cpp new file mode 100644 index 0000000..a83ddaf --- /dev/null +++ b/src/audio/ma_impl.cpp @@ -0,0 +1,4 @@ +#ifdef WITH_MINIAUDIO + #define MINIAUDIO_IMPLEMENTATION + #include <miniaudio.h> +#endif |