Commit Graph

83 Commits

Author SHA1 Message Date
David Reid 6f9da62cfa Experiment with a new readme layout. 2020-07-17 19:28:54 +10:00
David Reid 3ca94aeb41 Update readme with details on the split version. 2020-06-26 07:05:04 +10:00
David Reid bfae906514 Update readme. 2020-06-24 21:18:56 +10:00
David Reid 6734a52710 Update readme. 2020-06-24 19:20:15 +10:00
David Reid d836c0b56c Update readme to be a bit more concise. 2020-05-23 09:24:05 +10:00
David Reid 63c4409d20 Fix navigation in readme. 2020-05-21 20:51:22 +10:00
David Reid 1872ca4a46 Add Twitter link. 2020-05-21 20:46:06 +10:00
David Reid f26de790dd Use HTTPS instead of HTTP. 2020-05-21 20:24:46 +10:00
David Reid 56a785e2af Remove Decoding and add Documentation section to readme. 2020-05-21 20:20:45 +10:00
David Reid 5f1fe8ea92 Experiment with a menu in the readme. 2020-05-21 19:59:05 +10:00
David Reid f08171dc82 More experiments with the readme. 2020-05-21 19:49:29 +10:00
David Reid 704a279f95 Experiment with a readme change. 2020-05-21 18:51:39 +10:00
David Reid ca5e363d88 Clarify iOS Objective-C requirement in the readme. 2020-03-14 09:39:16 +10:00
David Reid 4febaaf263 Update readme. 2020-03-07 12:10:26 +10:00
David Reid 1894dbfe7e Update feature list. 2020-02-29 10:44:48 +10:00
David Reid f1a4e2c8d7 Update features list. 2020-02-26 19:50:21 +10:00
David Reid 63a1535e75 Fix a typo. 2020-02-23 07:38:30 +10:00
David Reid dd40d8e0f6 Update readme. 2020-02-22 19:38:34 +10:00
David Reid 826839eb33 HTTP to HTTPS. 2020-01-31 21:38:39 +10:00
David Reid 23319083ce No longer maintaining a list of third party decoders. 2019-09-29 07:29:20 +10:00
David Reid 14507ba617 Add malgo to the Unofficial Bindings section in the readme. 2019-08-25 20:23:56 +10:00
David Reid 73dd7dc166 Add unofficial bindings section to the readme. 2019-08-25 19:33:13 +10:00
David Reid c6fa7ee257 Minor update to the readme. 2019-05-05 21:12:47 +10:00
David Reid 7b9e3ca2b4 Update readme. 2019-05-05 21:11:29 +10:00
David Reid 66c1e1e11b Update revision history. 2019-03-06 21:32:06 +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 2e23db7d1a Small tweak to the playback example. 2019-03-05 18:46:39 +10:00
David Reid 008cb41617 API CHANGE: Reorder parameters for some APIs.
The APIs that have changed are those that take an output pointer and an
input count in the format of "some_read_function(handle, pBuf, count)".

The updated APIs include:
  * mal_decoder_read_pcm_frames()
  * mal_pcm_converter_read()

Some APIs are scheduled to be replaced in a future version so I have
decided not to replace this at this time since it will be a waste of
time to do so.
2019-02-25 18:15:00 +10:00
David Reid 9ed608a452 Update simple playback example. 2019-02-24 21:01:53 +10:00
David Reid cdc49541a2 API CHANGE: Move pUserData from device_init() to device_config_init().
This change makes it consistent with mal_pcm_converter, mal_src, etc.
2018-12-30 17:29:03 +10:00
David Reid 76e3267c78 API CHANGE: Rename decoding APIs to "pcm_frames" convention.
Renamed APIs:
 * mal_decoder_read()          -> mal_decoder_read_pcm_frames()
 * mal_decoder_seek_to_frame() -> mal_decoder_seek_to_pcm_frame()
2018-12-30 09:16:17 +10:00
David Reid feccdedba5 Add AAudio to the readme and remove OpenAL and SDL. 2018-12-29 15:41:15 +10:00
David Reid bd557bbf33 Add Web Audio to the list of backends. 2018-12-28 21:29:12 +10:00
David Reid 205e3fe8ff Remove an overly specific feature point. 2018-08-19 16:33:37 +10:00
David Reid 37b7e6c5c7 Clarify support for UWP. 2018-08-19 16:31:09 +10:00
David Reid 30b705ccee Rename the audioio backend to audio(4). 2018-08-11 21:07:31 +10:00
David Reid 93e2d23e98 Update readme. 2018-08-11 19:21:34 +10:00
David Reid 26b60d4447 Update readme. 2018-08-05 16:10:45 +10:00
David Reid ab6c1b353c Update documentation. 2018-07-29 14:45:41 +10:00
David Reid a551e58737 Add notes for iOS. 2018-07-02 22:20:17 +10:00
David Reid bb904ae6b9 Update readme. 2018-07-01 20:14:49 +10:00
David Reid 59726df2c2 MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION 2018-05-21 20:03:11 +10:00
David Reid 1f9059965e Initial work on sinc sample rate conversion. 2018-05-20 10:28:07 +10:00
David Reid c10cdc0c18 Update readme. 2018-05-03 21:12:53 +10:00
David Reid 4ec625ceb7 Minor updates to the readme. 2018-04-29 14:04:29 +10:00
David Reid 211c069b89 Update readme. 2018-04-21 12:23:10 +10:00
David Reid 3a1dce6986 Update readme. 2018-03-18 14:57:29 +10:00