Commit Graph

  • 2b8bb34ca2 Update split version for testing. David Reid 2023-11-29 07:31:38 +10:00
  • 2b0c525e53 Web Audio: Fix ScriptProcessNode path when compiling with --closure=1. David Reid 2023-11-29 07:29:44 +10:00
  • 6cba159210 ALSA: Fix some warnings relating to unhandled return value of read(). David Reid 2023-11-29 06:27:03 +10:00
  • 1583329187 Update version. David Reid 2023-11-28 07:43:00 +10:00
  • 5a3655fea4 DirectSound: Add support for specifying an explicit HWND. David Reid 2023-11-28 07:39:47 +10:00
  • 4a5b74bef0 Version 0.11.21 0.11.21 David Reid 2023-11-15 11:23:00 +10:00
  • c77d40ba00 Core Audio: Fix a -Wshadow warning. David Reid 2023-11-15 10:35:34 +10:00
  • 8fcf6889aa Add new ma_device_notification_type_unlocked notification Michael Labbé 2023-11-10 21:18:05 -08:00
  • f9ce46330c Web: Fix an error where the buffer size is incorrectly calculated. David Reid 2023-11-15 10:10:46 +10:00
  • c89eb7ccff Merge branch 'master' into dev-0.12 David Reid 2023-11-10 07:47:20 +10:00
  • 3b50a854ec Version 0.11.20 0.11.20 David Reid 2023-11-10 07:44:19 +10:00
  • da0572e6b8 Fix a compilation error with iOS. David Reid 2023-11-09 15:01:03 +10:00
  • eb0ce6f1a5 Fix an error when dynamically linking when forcing the UWP build. David Reid 2023-11-04 08:43:16 +10:00
  • e870221e25 Update docs. David Reid 2023-11-04 07:38:33 +10:00
  • 7ed8b8c5a5 Merge branch 'master' into dev-0.12 David Reid 2023-11-04 07:07:28 +10:00
  • b19cc09fd0 Version 0.11.19 0.11.19 David Reid 2023-11-04 07:05:24 +10:00
  • 863565a8ed Update dr_libs. David Reid 2023-11-04 06:57:53 +10:00
  • ef0f2e5b16 Fix ma_device_config.noClip docs cobyj33 2023-10-31 10:13:12 -05:00
  • 287881b815 Web Audio: Don't attempt to unlock audio on the touchstart event. David Reid 2023-10-29 08:06:56 +10:00
  • 2730775e79 Fix a documentation error. David Reid 2023-10-27 17:05:56 +10:00
  • 1d17b09e41 Fix an error in ma_sound_get_cursor_in_pcm_frames(). David Reid 2023-10-27 16:07:14 +10:00
  • 39a7cc444b Fix a crash when uninitialising a device without stopping it first. David Reid 2023-10-27 16:06:19 +10:00
  • fe5f17ecf3 fix misspells a.borisov 2023-10-21 14:52:43 +03:00
  • 0bb56819a8 Address an issue in ma_sound_get_cursor_*(). David Reid 2023-10-21 07:56:06 +10:00
  • 105ffd8b05 Update revision history. David Reid 2023-10-21 07:31:05 +10:00
  • 9bf256dcf3 Fix a documentation error. David Reid 2023-10-21 07:29:24 +10:00
  • 2f5c661bb7 Update revision history. David Reid 2023-10-21 07:24:23 +10:00
  • ecf2a8b917 Fix a crash when using a node with more than 2 outputs. David Reid 2023-10-21 07:18:58 +10:00
  • d282fba0fe Fix AudioContext creation fail if sampleRate is 0 (#745) Marek Maškarinec 2023-10-15 11:58:58 +02:00
  • a185b99f12 Added pSound check to ma_sound_get_cone() Christian Alonso-Daubney 2023-10-07 23:35:28 -05:00
  • aef76e251c Added pEngine and listenerIndex check to ma_engine_listener_get_cone() Christian Alonso-Daubney 2023-10-07 22:21:50 -05:00
  • b792ccd483 Try making runtime linking more robust on Apple platforms. David Reid 2023-10-14 11:56:16 +10:00
  • a3cabad692 Fix some warnings with the Emscripten build. David Reid 2023-09-21 08:43:50 +10:00
  • 1a9acbad95 fix-sample-rate : fixed value of 11025 Hz sample rate in ma_standard_sample_rate enum my1e5 2023-09-20 11:39:29 +01:00
  • 381a035fdd Fix some unused function warnings. David Reid 2023-09-11 08:30:30 +10:00
  • e1a0f523d0 Update dr_wav. David Reid 2023-09-11 08:16:53 +10:00
  • 03e36da814 Try fixing a strange error when initializing a POSIX mutex. David Reid 2023-09-11 07:55:08 +10:00
  • a47f065a4a Don't stop the device in ma_device_uninit(). David Reid 2023-09-10 07:33:59 +10:00
  • bdf9a5554b Update the deviceio test. David Reid 2023-09-10 07:26:09 +10:00
  • 537c4ca36c Update the simple_playback_sine example. David Reid 2023-09-05 06:48:49 +10:00
  • 2922859ea9 Remove cosmo windows.h header. David Reid 2023-08-31 18:30:42 +10:00
  • 6e6823d9e4 Update deviceio test. David Reid 2023-08-31 18:30:04 +10:00
  • 568e0ae9e9 FIX: Only white noise type is generated resolves: https://github.com/mackron/miniaudio/issues/723 Oldes 2023-08-30 21:46:52 +02:00
  • 70bf42392d Fix SSE2 sample swapping in mono expansion. nmlgc 2023-08-26 21:24:58 +02:00
  • 9d461f6d5d Minor changes to osaudio. David Reid 2023-08-27 15:26:46 +10:00
  • 6539b67163 Remove an incorrect comment. David Reid 2023-08-27 15:25:08 +10:00
  • 78c6fcb370 Fix some parenthesis errors. David Reid 2023-08-27 15:24:39 +10:00
  • 1f8c86d9ca Fix a copy/paste error. David Reid 2023-08-22 21:20:35 +10:00
  • 90342e5f67 Update revision history. David Reid 2023-08-19 09:24:02 +10:00
  • 46eaf1fa5e Fix a bug where ma_decoder_init_file can incorrectly return successful. David Reid 2023-08-19 09:22:39 +10:00
  • 509bd6d4f2 Fix some typos. David Reid 2023-08-17 20:56:42 +10:00
  • a81f09d93c Add osaudio to the extras folder. David Reid 2023-08-17 19:45:15 +10:00
  • f2ea656297 Correctly mark some functions as static. David Reid 2023-08-17 19:32:06 +10:00
  • ed68fda5d0 Fix some errors with the SDL backend. David Reid 2023-08-17 19:29:27 +10:00
  • 7e01c6535b More work on custom device backends. David Reid 2023-08-07 16:14:05 +10:00
  • 60366fe469 Make some code public to ease development of custom backends. David Reid 2023-08-07 13:55:37 +10:00
  • 5b32ce15d1 Merge branch 'dev' into dev-0.12 David Reid 2023-08-07 12:13:48 +10:00
  • c24141c5ae Remove the use of some deprecated functions. David Reid 2023-08-07 12:13:36 +10:00
  • 7266a1a6da Merge branch 'master' into dev-0.12 David Reid 2023-08-07 11:06:21 +10:00
  • 3898fff8ed Version 0.11.18 0.11.18 David Reid 2023-08-07 11:05:14 +10:00
  • 9eca9ce0cd Update dr_libs. David Reid 2023-08-07 10:00:49 +10:00
  • d4fd8411c4 Update Emscripten test. David Reid 2023-08-06 15:39:54 +10:00
  • efa9e7d727 Web Audio: Memory usage optimization to the Audio Worklet path. David Reid 2023-08-06 15:31:50 +10:00
  • c24829cbb9 Web Audio: Refactoring to the ScriptProcessorNode path. David Reid 2023-08-06 15:06:37 +10:00
  • fde7d20414 More improvements to the AudioWorklets Web Audio backend. David Reid 2023-08-06 10:42:48 +10:00
  • c36b391cc5 Update changes. David Reid 2023-08-05 17:58:01 +10:00
  • 4d23c1c5ab Update build instructions for Emscripten. David Reid 2023-08-05 17:53:58 +10:00
  • 810cdc2380 Improvements to Audio Worklets support for Web Audio. David Reid 2023-08-05 17:02:26 +10:00
  • 53907863c7 Add support for stopping and sound and fading out. David Reid 2023-08-05 10:04:59 +10:00
  • f9f542b2fb Fix a fading bug introduced with an earlier commit. David Reid 2023-08-05 09:19:17 +10:00
  • e43457fcce Add initial implementation for scheduled fades. David Reid 2023-08-04 20:28:56 +10:00
  • 356eb3252e Set up some infrastructure for starting fades with an offset. David Reid 2023-08-04 19:17:45 +10:00
  • 3429769623 Update change history. David Reid 2023-08-04 12:14:18 +10:00
  • f2fc207462 Merge branch 'dev' into dev-0.12 David Reid 2023-08-04 10:47:09 +10:00
  • ca7284fde5 ALSA: Fix an error where restarting a device can fail. David Reid 2023-08-03 17:03:33 +10:00
  • 2212965267 Fix errors with the C89 build. David Reid 2023-08-03 09:16:59 +10:00
  • 320245606a Fix C89 build. David Reid 2023-08-02 19:41:06 +10:00
  • 18e4756be3 Decouple MA_API and MA_STATIC defines. David Reid 2023-08-02 08:39:56 +10:00
  • 8df02809b5 Remove stale comment. David Reid 2023-07-30 08:19:03 +10:00
  • 1696031633 Tweak pulseaudio stream flags Taiko2k 2023-07-04 10:31:26 +12:00
  • 90bdda29ae Fix a typo. David Reid 2023-07-30 08:14:38 +10:00
  • ba1b349a5a Merge branch 'dev' into dev-0.12 David Reid 2023-07-22 16:39:45 +10:00
  • 69bc820ae8 Fix an error when loading WAV files. David Reid 2023-07-22 16:39:17 +10:00
  • 052d8bd857 Merge branch 'dev' into dev-0.12 David Reid 2023-07-22 16:22:25 +10:00
  • 98a39ded77 Fix compilation error with previous commit. David Reid 2023-07-21 18:19:49 +10:00
  • 4c7e3218e3 Improvements to decoder initialization. David Reid 2023-07-21 18:18:15 +10:00
  • b2ed26cf76 Fix an error with setting of the cursor when seeking a Vorbis file. David Reid 2023-07-21 07:39:07 +10:00
  • 7f0a92a08f Don't call CoUninialize() when CoInitializeEx() fails. David Reid 2023-07-09 09:49:01 +10:00
  • ab87375257 Add ma_engine_get_volume(). David Reid 2023-07-08 09:18:41 +10:00
  • 0eadb0f30e Make ma_linear_resampler_set_rate_ratio() more accurate. David Reid 2023-07-07 16:47:24 +10:00
  • 6117016102 Fix some minor linting warnings. David Reid 2023-06-17 08:15:02 +10:00
  • dcd432bc84 Update data converter to use the default LPF order for resampling. David Reid 2023-06-17 08:11:10 +10:00
  • 22724a9156 Merge branch 'dev' into dev-0.12 David Reid 2023-06-17 08:06:45 +10:00
  • a6eb7d6a6f Update change history. David Reid 2023-06-17 08:06:22 +10:00
  • e9ba163490 Fix issue where duty cycle of a pulsewave was not correctly set at init time Jay Baird 2023-06-09 15:35:32 -07:00
  • f9076ef327 Update dr_wav with more AIFF improvements. David Reid 2023-06-08 09:10:07 +10:00
  • eabc776898 Fix erroneous output with the resampler when in/out rates are the same. David Reid 2023-06-08 08:34:04 +10:00
  • 4c49c49596 Update change history. David Reid 2023-06-07 21:14:58 +10:00
  • 34b40bdc17 Update dr_wav with improved AIFF compatibility. David Reid 2023-06-07 13:58:46 +10:00
  • d30b3a76a5 Merge branch 'dev' into dev-0.12 David Reid 2023-06-05 16:06:03 +10:00