Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Apr 16, 2023
1 parent 5362167 commit 187e2bc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -4,8 +4,8 @@

## Features

- ✅ Decode from WAV / MP3 / FLAC / OPUS / OGG / QOA / MOD / XM
- ✅ Encode to WAV
- ✅ Decode from WAV / QOA / MP3 / FLAC / OPUS / OGG / MOD / XM
- ✅ Encode to WAV / QOA
- ✅ File and memory support
- ✅ Seeking support
- ✅ Chunked support
Expand All @@ -25,6 +25,7 @@
They must be clean-up with `destroyAudioFormatException`.
- **v2.1** QOA format decoding support (https://github.com/phoboslab/qoa).
Note that the QOA bitstream isn't finalized, and will change.
- **v2.2** QOA format encoding support.

### 🔔 `audio-formats` v1
- Initial release.
Expand All @@ -44,7 +45,7 @@
| 📀 FLAC | Yes | No | Sample |
| 📀 OPUS | Yes (LGPL) | No | Sample |
| 📀 OGG | Yes | No | Sample |
| 📀 QOA | Yes | No | Sample |
| 📀 QOA | Yes | Yes | Sample |
| 📀 MOD | Yes | No | Pattern+Row |
| 📀 XM | Yes | No | Pattern+Row |

Expand Down

0 comments on commit 187e2bc

Please sign in to comment.