-
Notifications
You must be signed in to change notification settings - Fork 10
Implementations
Martijn van Beurden edited this page Feb 19, 2022
·
13 revisions
Name | Programming language | License | Container support | Remarks |
---|---|---|---|---|
libFLAC | C and C++ | 3-clause BSD | FLAC, OGG | Reference implementation |
libavcodec | C | LGPL | FLAC, OGG, MKV, MP4 | |
dr_flac | C | public domain or MIT no attribution | FLAC, OGG, MP4 | Header-only library |
libfoxenflac | C | AGPL 3.0 | FLAC | Focus on low resource usage, embedded use |
flac | Go | Unlicense | FLAC | |
FLAC-library-Java | Java | GPL 3.0 | FLAC | |
Claxon | Rust | Apache 2.0 | FLAC, OGG, MP4 | No seeking support |
Symphonia | Rust | MPL 2.0 | FLAC, OGG, MKV, MP4 |
Name | Wraps | Programming language | License | Remarks |
---|---|---|---|---|
libsndfile | libFLAC | C | LGPL | |
avcpp | libavcodec | C++ | LGPL or BSD | |
ExoPlayer | libFLAC | Java (Android) | Apache 2.0 | |
libflacjs | libFLAC | Javascript/WASM | MIT | |
PyAV | libavcodec | Python | 3-clause BSD | |
pyFLAC | libFLAC | Python | Apache 2.0 | |
pysndfile | libFLAC | Python | LGPL |