Commit Graph

  • 45d21e2ee5 Update extras. David Reid 2019-05-05 07:34:38 +10:00
  • bdbfc32426 Fix typos. David Reid 2019-04-26 21:53:32 +10:00
  • 2e74c8982d Fix return value of ma_thread_create__posix(). David Reid 2019-04-26 21:53:24 +10:00
  • c02491fdea Bump version. David Reid 2019-04-19 14:24:48 +10:00
  • 4cfec4beb9 Whitespace. David Reid 2019-04-19 14:24:31 +10:00
  • 4d496160ce Update dr_flac to latest version. David Reid 2019-04-19 14:23:37 +10:00
  • c373ee2373 Whitespace. David Reid 2019-04-19 09:00:20 +10:00
  • 7696ce1f91 Tabs to space. David Reid 2019-04-19 08:58:22 +10:00
  • daf6af3910 Simplify examples build script for macOS. David Reid 2019-04-19 07:12:45 +10:00
  • d3b4298b1d Remove an unused variable. David Reid 2019-04-19 06:43:56 +10:00
  • 442d1bbb99 Fix a pedantic warning about a missing new line at EOF. David Reid 2019-04-19 06:32:33 +10:00
  • 39296644d0 Update dr_flac. David Reid 2019-04-19 06:24:07 +10:00
  • 0d221755f3 Update examples build scripts. David Reid 2019-04-19 06:23:46 +10:00
  • c6f54e12f1 Update dr_flac. David Reid 2019-04-17 20:01:31 +10:00
  • 2571009ca3 Experimental fix for -std=c99. David Reid 2019-04-17 19:12:50 +10:00
  • c74ec33228 Replace usleep() with nanosleep(). David Reid 2019-04-17 18:47:42 +10:00
  • 4ea68f3420 Merge branch 'master' of https://github.com/dr-soft/miniaudio into dev David Reid 2019-04-17 18:22:41 +10:00
  • 1070a04164 Silence unnamed structs/unions warnings on GCC. David Reid 2019-04-17 18:18:32 +10:00
  • 3af1d7fe19 ALSA: Use calloc() instead of alloca(). David Reid 2019-04-17 17:56:03 +10:00
  • 5e78c34372 Whitespace. David Reid 2019-04-17 17:41:33 +10:00
  • ae9ba2b533 Fix a -Wpedantic warning and some whitespace. David Reid 2019-04-17 17:31:16 +10:00
  • 28fcc59883 Replace a useless struct with a union. David Reid 2019-04-17 17:24:54 +10:00
  • db011c39e3 Stop spamming debug output messages. David Reid 2019-04-08 17:43:18 +10:00
  • 930b42a136 Bump version. David Reid 2019-04-08 17:40:51 +10:00
  • dea8309195 PulseAudio: Experimental fix for a deadlock with PulseAudio. David Reid 2019-04-07 22:14:12 +10:00
  • 83a879db4e Enable some debug output for capture mode with PulseAudio. David Reid 2019-04-07 20:33:26 +10:00
  • 610041c9e6 Update dr_flac. David Reid 2019-04-07 20:08:53 +10:00
  • 6c44f845a4 Merge pull request #54 from fidergo-stephane-gourichon/fix_fallthrough David Reid 2019-04-07 19:24:21 +10:00
  • 015c11671e Whitespace and typo fixes. David Reid 2019-04-07 18:28:10 +10:00
  • da113912c4 PulseAudio: Stop spamming debug output messages. David Reid 2019-04-07 17:58:25 +10:00
  • b725388900 Potential fix for a capture on PulseAudio. David Reid 2019-04-07 17:56:51 +10:00
  • 60d615662a Another potential deadlock fix for PulseAudio. David Reid 2019-04-07 17:01:40 +10:00
  • 72b0e7b2f3 Try fixing some deadlocks with PulseAudio. David Reid 2019-04-07 16:36:30 +10:00
  • f6657326a8 Fall through comments at end of line, though the semantically belong to the following case. Stéphane Gourichon 2019-04-07 08:18:01 +02:00
  • 613a72c3e4 Merge pull request #56 from fidergo-stephane-gourichon/fix_unused_parameters_warnings David Reid 2019-04-07 14:22:05 +10:00
  • 43c7f4c958 Fix issue #55. Stéphane Gourichon 2019-04-07 05:55:20 +02:00
  • 3f57ab39fc Fix issue #53. Stéphane Gourichon 2019-04-07 05:45:03 +02:00
  • 9a2020b87d Whitespace. David Reid 2019-03-30 12:32:19 +10:00
  • e915a82764 Fix a potential bug with context configs. David Reid 2019-03-30 12:25:01 +10:00
  • 26466bf28f Add support for per-context user data. David Reid 2019-03-30 11:06:13 +10:00
  • 8b607b509c Fix a warning with dlsym(). David Reid 2019-03-22 18:12:34 +10:00
  • e184644700 Merge branch 'dev' of https://github.com/dr-soft/miniaudio into dev David Reid 2019-03-17 12:51:13 +10:00
  • e1eb387acf Add simple_mixing example. David Reid 2019-03-17 12:49:47 +10:00
  • 212e750d9b Fix bug where the data callback's output buffer is not pre-silenced. David Reid 2019-03-17 12:47:29 +10:00
  • c6a24bddcc Potential fix for a compilation error on Core Audio. David Reid 2019-03-12 17:21:36 +10:00
  • 915f480c8c Make ma_log_level_to_string() public. David Reid 2019-03-10 12:26:18 +10:00
  • 732172f89a Minor fixes to release notes. David Reid 2019-03-07 20:41:08 +10:00
  • bedcb169be Small tweaks to DirectSound playback and capture modes. David Reid 2019-03-07 19:47:26 +10:00
  • b191a1f50b WASAPI: Potential fix for some audio glitching. David Reid 2019-03-07 19:41:11 +10:00
  • b07c3efd6f Improvements to reading and seeking bytes in decoders. David Reid 2019-03-07 18:31:49 +10:00
  • b9a4f7a1cc Fix UWP build. David Reid 2019-03-07 17:35:39 +10:00
  • 519ea2d023 Small tweaks to release notes. David Reid 2019-03-06 21:59:57 +10:00
  • b0367817c1 Add a note about the rename to MINIAUDIO_IMPLEMENTATION. David Reid 2019-03-06 21:58:14 +10:00
  • 36085bded8 Fix build errors with the PulseAudio backend. David Reid 2019-03-06 21:53:58 +10:00
  • 265d752569 Fix some warnings on the Windows/GCC build. David Reid 2019-03-06 21:43:03 +10:00
  • 4a9a2f3b58 Update logo. David Reid 2019-03-06 21:34:13 +10:00
  • 66c1e1e11b Update revision history. David Reid 2019-03-06 21:32:06 +10:00
  • 025335d31a Fix the WebAudio backend. David Reid 2019-03-06 21:16:10 +10:00
  • bbb8f03bde More namespace renaming. David Reid 2019-03-06 21:09:59 +10:00
  • 118c878d6a Rename "mal." to "miniaudio." in the WebAudio backend. David Reid 2019-03-06 21:06:17 +10:00
  • 3031eb4966 Add support for "MA_IMPLEMENTATION". David Reid 2019-03-06 21:04:48 +10:00
  • ceb81f60e4 Rename files from "mal" to "ma". David Reid 2019-03-06 21:01:51 +10:00
  • e00fe077f4 "mal_" to "ma_". David Reid 2019-03-06 20:55:51 +10:00
  • f1bf58d0f8 "MAL_" to "MA_". David Reid 2019-03-06 20:51:38 +10:00
  • b93faa46e5 MINI_AL_IMPLEMENTATION to MINIAUDIO_IMPLEMENTATION. David Reid 2019-03-06 20:49:18 +10:00
  • 3d4716f0ca Rename mini_al.h to miniaudio.h David Reid 2019-03-06 20:43:14 +10:00
  • d72e7b1fce "mini_al" to "miniaudio". David Reid 2019-03-06 20:42:48 +10:00
  • af1c305d21 Update test project file. David Reid 2019-03-06 20:16:50 +10:00
  • 342db4d2cd Fix some warnings. David Reid 2019-03-06 19:34:53 +10:00
  • 0c3b5412dc Remove unplugging test. David Reid 2019-03-06 19:31:05 +10:00
  • 3a58e3a1d0 Fix resampling tests. David Reid 2019-03-06 19:29:57 +10:00
  • f30f75a836 Remove the blocking test. David Reid 2019-03-06 19:25:33 +10:00
  • 2866bc2b5f Fix build with MAL_NO_DEVICE_IO. David Reid 2019-03-06 19:24:29 +10:00
  • 7ad511a46d Update the stop test. David Reid 2019-03-06 19:21:49 +10:00
  • a2666c29fd Fix a few issues with restarting the device. David Reid 2019-03-06 19:16:10 +10:00
  • b852c5a830 Fix a channel mapping issue. David Reid 2019-03-06 18:43:47 +10:00
  • f6dee8d762 Fix the dithering test. David Reid 2019-03-06 18:27:55 +10:00
  • 84605a0f13 Fix some Android bugs. David Reid 2019-03-06 17:27:56 +10:00
  • ffa14e94c6 Update revision history. David Reid 2019-03-05 20:58:24 +10:00
  • 51765a718f Add release notes for 0.9. David Reid 2019-03-05 20:39:21 +10:00
  • dae1bdd6c2 Update advanced config example. David Reid 2019-03-05 19:24:15 +10:00
  • f4693be9f3 Update Emscripten simple playback example. David Reid 2019-03-05 19:14:08 +10:00
  • 2e23db7d1a Small tweak to the playback example. David Reid 2019-03-05 18:46:39 +10:00
  • 94e91a9034 Tweak default buffers sizes. David Reid 2019-03-05 18:40:18 +10:00
  • c8fa0f66af Pre-fill playback-only output buffers with silence. David Reid 2019-03-05 18:33:13 +10:00
  • a6168a16c7 Remove some unused experimental code. David Reid 2019-03-05 17:50:19 +10:00
  • 180621a0f4 Remove some redundant TODOs. David Reid 2019-03-05 17:48:31 +10:00
  • 10f13312bf DirectSound: Revert an earlier commit. David Reid 2019-03-05 17:27:49 +10:00
  • e0c7af2966 DirectSound: Force a minimum latency of 20 milliseconds. David Reid 2019-03-04 20:28:59 +10:00
  • 944b5aca72 Clean up the WASAPI backend. David Reid 2019-03-04 19:29:43 +10:00
  • 413be80e2f WASAPI: Get playback-only mode working again. David Reid 2019-03-04 19:14:42 +10:00
  • dd15fb4515 WASAPI: Get capture-only mode working again. David Reid 2019-03-04 18:49:35 +10:00
  • e8d390925f DirectSound: Small latency tweak to make consistent with WASAPI. David Reid 2019-03-04 18:14:09 +10:00
  • 1f65090c32 DirectSound: Silence a verbose debug output message. David Reid 2019-03-04 17:42:48 +10:00
  • fd3e0e2a43 WASAPI: Fix a possible infinite loop when stopping the playback device. David Reid 2019-03-04 17:39:20 +10:00
  • c56205ff11 WASAPI: Fix some errors when stopping the device. David Reid 2019-03-03 22:01:29 +10:00
  • c95afa6b18 WASAPI: Work in progress on refactoring. David Reid 2019-03-03 21:24:20 +10:00
  • 2f7eef3a41 DirectSound: Fix a bug in playback-only mode. David Reid 2019-03-03 17:35:48 +10:00
  • 286b301739 Rearrange some code. David Reid 2019-03-03 17:20:45 +10:00
  • e00f3ddefa DirectSound: Drain the playback buffer when stopping the device. David Reid 2019-03-03 17:18:45 +10:00