mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibAudio: Add a FLAC encoder
This encoder can handle all integer formats and sample rates, though only two channels well. It uses fixed LPC and performs a close-to-optimal parameter search on the LPC order and residual Rice parameter, leading to decent compression already.
This commit is contained in:
parent
252b1328ea
commit
625aac2367
Notes:
sideshowbarker
2024-07-17 11:06:06 +09:00
Author: https://github.com/kleinesfilmroellchen
Commit: 625aac2367
Pull-request: https://github.com/SerenityOS/serenity/pull/19790
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/alimpfard
7 changed files with 795 additions and 0 deletions
|
@ -50,6 +50,7 @@ set(FAT_DEBUG ON)
|
|||
set(FILE_CONTENT_DEBUG ON)
|
||||
set(FILE_WATCHER_DEBUG ON)
|
||||
set(FILL_PATH_DEBUG ON)
|
||||
set(FLAC_ENCODER_DEBUG ON)
|
||||
set(FORK_DEBUG ON)
|
||||
set(FUTEX_DEBUG ON)
|
||||
set(FUTEXQUEUE_DEBUG ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue