David Reid
5a35de90da
Reorder shields.
2022-11-06 13:11:12 +10:00
David Reid
c9c779a832
Try using a consistent style for shields.
2022-11-06 12:55:14 +10:00
David Reid
b4a7bf2964
Add a shield for Mastodon to the readme.
2022-11-06 12:53:39 +10:00
David Reid
b39fc571e7
Remove unnecessary cast.
2022-08-24 09:55:43 +10:00
Manuel Graf
5a5f4f0706
Fix low level API code example in README
2022-08-24 09:55:03 +10:00
David Reid
02c02990b0
Remove unused link from readme.
2022-06-21 08:21:17 +10:00
David Reid
c2931a92cc
Remove the unofficial bindings section from the readme.
...
These projects are not updated to the latest version.
2022-04-16 15:32:07 +10:00
David Reid
3f44af0e5d
Add shield to readme for reddit.
2022-01-06 21:24:25 +10:00
Dylan Perks
76dcdf776b
Reorder examples in README
2021-12-24 19:16:24 +00:00
David Reid
042fe95b70
Update readme.
2021-12-18 21:13:38 +10:00
David Reid
c73a92d158
Update readme.
2021-08-14 19:21:58 +10:00
David Reid
24e16b5234
Minor change to wording in the readme.
2021-08-14 19:19:56 +10:00
David Reid
d177cb5e60
Update readme.
2021-08-14 19:18:26 +10:00
David Reid
81a3c9d041
Update readme.
2020-11-09 18:00:12 +10:00
David Reid
ecc0cb3418
Update links to point to the new repository location.
2020-08-30 11:56:37 +10:00
David Reid
4ae9c891b1
Update order of links in readme.
2020-07-25 15:07:34 +10:00
David Reid
6455d9ddc8
Update readme.
2020-07-25 15:02:58 +10:00
David Reid
8800c3e763
Add miniaudio-rs as an unofficial binding.
2020-07-23 07:41:22 +10:00
David Reid
9d731a9bb5
Update readme.
2020-07-17 20:14:56 +10:00
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