Commit Graph

  • 87d2a3915f Remove an unused member in ma_device. David Reid 2020-04-06 08:36:03 +10:00
  • 3d867739b8 Update dr_flac and dr_mp3. David Reid 2020-04-05 11:47:54 +10:00
  • 4265396703 Update release notes and revision history. David Reid 2020-04-05 10:23:56 +10:00
  • ba906aee83 WASAPI: Add some overrun detection for ma_device_type_capture. David Reid 2020-04-05 10:04:40 +10:00
  • aedd11699e Fix a bug where format conversion is unnecessarily being enabled. David Reid 2020-04-05 09:05:22 +10:00
  • d46c1ee802 ALSA: Disable ALSA's automatic data conversion. David Reid 2020-04-05 08:47:47 +10:00
  • c433e02976 Fix compilation errors on GCC. David Reid 2020-04-05 08:43:48 +10:00
  • 31f49a7cca Minor formatting change. David Reid 2020-04-04 14:41:03 +10:00
  • f378577eac Minor documentation fix. David Reid 2020-04-04 14:32:28 +10:00
  • 6bcf88d18e Remove a small dependency on the Win32 API. David Reid 2020-04-04 14:30:25 +10:00
  • 9fb37b2294 Add ma_post_log_messagev() and ma_post_log_messagef(). David Reid 2020-04-04 14:28:27 +10:00
  • ebeff9e371 Fix Visual Studio 2005 compilation errors. David Reid 2020-04-04 13:16:30 +10:00
  • c11d82b863 Remove MA_NO_STDIO. David Reid 2020-04-04 11:53:36 +10:00
  • 9b150474c8 Update revision history. David Reid 2020-04-04 11:46:27 +10:00
  • 47b17ad5fa Update extras. David Reid 2020-04-04 11:30:05 +10:00
  • 457248806b Use double-precision pi constant for ma_cos(). David Reid 2020-03-28 10:39:20 +10:00
  • b919464161 Fix a typo with a type declaration for lpf1 and lpf2. David Reid 2020-03-28 10:38:56 +10:00
  • c858ef1569 Fix a warning in ma_wfopen(). David Reid 2020-03-26 20:26:57 +10:00
  • a2d824bfcc Punctuation. David Reid 2020-03-26 20:26:25 +10:00
  • 537a27ded6 Minor changes to ma_wfopen(). David Reid 2020-03-26 17:28:03 +10:00
  • f9032c55fb Documentation fixes. David Reid 2020-03-23 20:03:40 +10:00
  • 4b45e1ef1b Version 0.10.2 David Reid 2020-03-22 19:02:38 +10:00
  • e01fc7472b Fix a bug in ma_linear_resampler_set_rate(). David Reid 2020-03-21 09:06:07 +10:00
  • 7ac0f9f28a Update revision history. David Reid 2020-03-18 07:40:43 +10:00
  • 31883679e9 Merge pull request #143 from Clownacy/dev David Reid 2020-03-18 07:38:07 +10:00
  • 8bfad9ddd9 Mark some non-static functions as MA_API Clownacy 2020-03-17 14:35:13 +00:00
  • 06e2f7c993 Version 0.10.1 David Reid 2020-03-17 15:37:13 +10:00
  • c9cc99141c Minor formatting. David Reid 2020-03-17 07:14:01 +10:00
  • bb2a31d7a3 Merge pull request #142 from kondrak/dev David Reid 2020-03-17 07:10:38 +10:00
  • 75e20452d9 Return proper result when fopen() fails. Krzysztof Kondrak 2020-03-16 21:55:57 +01:00
  • b3d5842460 Update revision history. David Reid 2020-03-15 07:56:40 +10:00
  • c9b6875d64 Minor change for the VC6 build. David Reid 2020-03-14 21:43:04 +10:00
  • 388080d60b Update dr_flac. David Reid 2020-03-14 17:51:51 +10:00
  • de71ffdc05 Fix a compilation error on VC6. David Reid 2020-03-14 10:29:47 +10:00
  • ca5e363d88 Clarify iOS Objective-C requirement in the readme. David Reid 2020-03-14 09:39:16 +10:00
  • ccee6a6916 Merge pull request #140 from Clownacy/dev David Reid 2020-03-11 17:45:05 +10:00
  • b85a88089c Fix Visual Studio .NET 2003 compatibility Clownacy 2020-03-10 23:13:52 +00:00
  • cd38bc0573 Fix Visual Studio 6 compatibility Clownacy 2020-03-10 21:33:33 +00:00
  • 6aa342560f Fix some compilation warnings. David Reid 2020-03-09 18:59:59 +10:00
  • d105a37ede Fix a copy and paste error with the generation test. David Reid 2020-03-08 12:46:47 +10:00
  • 81a3f7172d Fix unused parameter warnings on macOS. David Reid 2020-03-08 12:42:38 +10:00
  • a5ee74ed91 Rearrange some includes. David Reid 2020-03-08 11:36:45 +10:00
  • a0fd38e020 Add enumeration to device IO test. David Reid 2020-03-08 11:15:23 +10:00
  • 8ee2abc119 Move tests readme to the build directory. David Reid 2020-03-08 09:40:22 +10:00
  • a1f902d1be Minor formatting for improved readability. David Reid 2020-03-08 09:24:59 +10:00
  • 427f1f9930 Don't include pthread.h nor semaphore.h with MA_NO_DEVICE_IO. David Reid 2020-03-08 09:15:34 +10:00
  • c59ccbf5f8 Fix compilation warnings. David Reid 2020-03-08 09:12:45 +10:00
  • ad4041e4e7 Remove MA_ALIGN. David Reid 2020-03-08 08:16:14 +10:00
  • 6d711053db Add MA_API decorations. David Reid 2020-03-08 08:08:19 +10:00
  • ef2a27b453 Fix some typos in documentation. David Reid 2020-03-08 06:13:42 +10:00
  • 0a4a2b1119 Fix typo in release notes for 0.10. David Reid 2020-03-07 14:11:32 +10:00
  • d1a166c83a Version 0.10.0 David Reid 2020-03-07 13:37:21 +10:00
  • 4febaaf263 Update readme. David Reid 2020-03-07 12:10:26 +10:00
  • f2934b135f Core Audio: Fix warnings for non-Desktop Apple platforms. David Reid 2020-03-07 11:50:09 +10:00
  • fbdad2d2b8 Fix a warning on some compilers. David Reid 2020-03-07 11:07:00 +10:00
  • 80db8d96fc sndio: Fix a bug when retrieving the best sample format. David Reid 2020-03-07 10:54:30 +10:00
  • b4d83cb65a Silence a -Wnewline-eof warning. David Reid 2020-03-07 10:40:08 +10:00
  • cfa9ecfac9 Fix compiler errors with the Speex resampler and -std=c89. David Reid 2020-03-07 10:37:32 +10:00
  • f2dd3159f9 Update build command line examples to be consistent with each other. David Reid 2020-03-07 10:20:24 +10:00
  • 000180baf4 Silence a warning on the Emscripten build. David Reid 2020-03-07 10:16:53 +10:00
  • 869a6ec662 Update example build script. David Reid 2020-03-07 10:10:45 +10:00
  • f498c7f598 Silence some warnings with the Speex resampler. David Reid 2020-03-07 10:10:33 +10:00
  • b4a4d3af7d Add 400x400 logo. David Reid 2020-03-07 08:41:24 +10:00
  • 1ac6bcf779 Update dr_flac and dr_wav. David Reid 2020-03-07 08:30:18 +10:00
  • 2344405606 Minor documentation update. David Reid 2020-03-07 08:08:53 +10:00
  • 4efbb28699 Minor documentation improvements. David Reid 2020-03-05 21:13:49 +10:00
  • b508727082 Fix a diagnostic error. David Reid 2020-03-05 20:39:00 +10:00
  • d8727b2393 Add simple audio converter. David Reid 2020-03-05 20:35:51 +10:00
  • 8ae440b883 Start work on automated test. David Reid 2020-03-04 21:14:51 +10:00
  • 2b6564a79b Add C++ test. David Reid 2020-03-03 21:03:25 +10:00
  • 46c7111ca3 Fix a warnings in tests. David Reid 2020-03-03 21:02:39 +10:00
  • 79b4d7a4ac Fix tests readme. David Reid 2020-03-03 20:49:15 +10:00
  • c79eebd050 Rearrange directory structure. David Reid 2020-03-03 20:47:24 +10:00
  • f61c637475 Remove unnecessary placeholder file. David Reid 2020-03-03 20:12:24 +10:00
  • a4faf3daaa Remove unnecessary placeholder file. David Reid 2020-03-03 19:17:29 +10:00
  • 98a28d3c72 Example build scripts are no longer being maintained. David Reid 2020-03-03 19:02:29 +10:00
  • f6665cdd73 Move the examples readme into the build folder. David Reid 2020-03-03 19:01:36 +10:00
  • b1d4e9a033 Fix some warnings. David Reid 2020-03-03 18:59:51 +10:00
  • ab8035d793 Fix fixed_size_callback example. David Reid 2020-03-03 18:20:53 +10:00
  • 9dab27cdb0 Remove old test code. David Reid 2020-03-03 18:05:07 +10:00
  • fff4cd56c9 Add simple_duplex example and remove old duplex text. David Reid 2020-03-01 12:19:44 +10:00
  • 348bb43a47 Add device IO test. David Reid 2020-03-01 12:03:49 +10:00
  • b8b228a9da Fix a bug in WASAPI where an empty message could be logged. David Reid 2020-03-01 11:31:51 +10:00
  • 79cca305d9 Minor rewording to documentation. David Reid 2020-03-01 07:20:01 +10:00
  • 6785f777a4 Fix typos. David Reid 2020-03-01 06:54:16 +10:00
  • 144a8e47fb Update release notes. David Reid 2020-02-29 19:30:51 +10:00
  • 02620ad059 Overhaul result codes and how they're propagated. David Reid 2020-02-29 14:10:54 +10:00
  • f57f78d4bf Update revision history. David Reid 2020-02-29 12:17:18 +10:00
  • bff8c83ed9 Improve result codes when opening a file. David Reid 2020-02-29 12:10:22 +10:00
  • 3cb9622a96 Add more results codes in preparation for future work. David Reid 2020-02-29 11:59:11 +10:00
  • 1894dbfe7e Update feature list. David Reid 2020-02-29 10:44:48 +10:00
  • 50ff65e9a3 Update feature list. David Reid 2020-02-29 10:44:24 +10:00
  • a90131d843 Improvements to high order low- and high-pass filters. David Reid 2020-02-29 10:14:44 +10:00
  • 163286be2c Add support for configuring the Q parameter of biquad based filters. David Reid 2020-02-28 20:48:50 +10:00
  • 5bcfda1462 Minor restructuring for consistency. David Reid 2020-02-28 19:31:18 +10:00
  • 324118e8bc Process first order filters before second order in LPF and HPF filters. David Reid 2020-02-28 19:26:30 +10:00
  • 2a77b937cb Be more consistent when describing filters. David Reid 2020-02-28 19:24:02 +10:00
  • 5fdb319014 Fix bug in test code. David Reid 2020-02-27 20:55:37 +10:00
  • e563b19e2b Improvements to ma_tzcnt32(). David Reid 2020-02-27 18:42:45 +10:00
  • 2be437ea33 Update revision history. David Reid 2020-02-26 21:21:24 +10:00