1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

aconv: Support FLAC encoding

The main write loop is refactored so that adding further formats via the
new Encoder interface should be much simpler.
This commit is contained in:
kleines Filmröllchen 2023-07-05 00:12:08 +02:00 committed by Andrew Kaster
parent 625aac2367
commit 70f31c89a3
2 changed files with 29 additions and 7 deletions

View file

@ -26,7 +26,7 @@ Note that `aconv` currently only supports codecs which have their own bespoke co
* `mp3` (decode): MPEG Layer III audio codec and container.
* `wav` (decode, encode): RIFF WAVE audio codec and container. Supports sample formats `u8` and `s16le` for writing.
* `flac` (decode): Free Lossless Audio Codec and container.
* `flac` (decode, encode): Free Lossless Audio Codec and container. Supports all integer sample formats for writing.
* `qoa` (decode): Quite Okay Audio codec and container.
### Supported Sample Formats