Commit Graph

21 Commits

Author SHA1 Message Date
David Reid 1dc176df2b Add support for disabling the threading API.
This is useful for those only using miniaudio for data conversion,
decoding and/or encoding.

Public issue https://github.com/dr-soft/miniaudio/issues/171
2020-06-25 15:06:57 +10:00
David Reid 5b5c3a74e0 Fix build with MA_NO_DEVICE_IO.
Public issue https://github.com/dr-soft/miniaudio/issues/171
2020-06-25 07:00:02 +10:00
David Reid 6f748942e6 Update examples and tests. 2020-06-24 19:37:46 +10:00
David Reid b508727082 Fix a diagnostic error. 2020-03-05 20:39:00 +10:00
David Reid d8727b2393 Add simple audio converter. 2020-03-05 20:37:52 +10:00
David Reid 3bee97a93c Remove sigvis.
This will be replaced with a more complete solution later.

Public issue #105.
2019-12-12 19:23:32 +10:00
David Reid e00fe077f4 "mal_" to "ma_". 2019-03-06 20:55:51 +10:00
David Reid f1bf58d0f8 "MAL_" to "MA_". 2019-03-06 20:51:38 +10:00
David Reid b93faa46e5 MINI_AL_IMPLEMENTATION to MINIAUDIO_IMPLEMENTATION. 2019-03-06 20:49:18 +10:00
David Reid d72e7b1fce "mini_al" to "miniaudio". 2019-03-06 20:42:48 +10:00
David Reid 223c8e84d1 Add a quick and dirty test for resampling.
This will be cleaned up later. Maybe.
2018-07-15 14:17:01 +10:00
David Reid 59726df2c2 MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION 2018-05-21 20:03:11 +10:00
David Reid ecf34e459d Minor update to sigvis. 2018-05-09 19:37:32 +10:00
David Reid 78ecf63af3 Clean up. 2018-05-07 15:26:20 +10:00
David Reid 39fff52a71 Early work on a basic signal visualization tool. 2018-05-07 14:33:33 +10:00
David Reid 0eee443bd2 Remove auto-generated code. 2018-03-25 08:53:51 +10:00
David Reid 0a69454845 Improve auto-generation of format conversion routines. 2017-11-16 21:36:04 +10:00
David Reid b9fcacdbfd Fix an overflow bug with f32 to s32 conversion. 2017-11-04 21:30:32 +10:00
David Reid 4cbeff8f48 Small optimizations to some format conversion routines. 2017-09-09 21:46:16 +10:00
David Reid 95ea6c6b88 Add untested conversion routines for all supported formats. 2017-01-01 15:16:54 +10:00
David Reid 69f29d128e Add some bad experimental work on automatic sample format conversion. 2017-01-01 00:35:32 +10:00