mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-05 10:42:51 +00:00
Base: Update audio subsystem documentation
This commit is contained in:
parent
3cc66b9726
commit
835ffbb365
Notes:
sideshowbarker
2024-07-17 18:13:12 +09:00
Author: https://github.com/standardexe
Commit: 835ffbb365
Pull-request: https://github.com/SerenityOS/serenity/pull/12749
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ There are two complementary audio libraries.
|
|||
|
||||
#### LibAudio
|
||||
|
||||
LibAudio is the baseline audio library that provides common audio abstractions, such as audio buffers and samples. Additionally, an important feature of LibAudio are the Loaders and Writers. The Loader class provides a multitude of audio formats (currently: WAV and FLAC), can auto-detect the format of a file or stream and abstracts away the low-level complications of parsing and reading these formats. The various writer classes (currently: WAV) provide an abstraction over exporting audio in specific formats to disk.
|
||||
LibAudio is the baseline audio library that provides common audio abstractions, such as audio buffers and samples. Additionally, an important feature of LibAudio are the Loaders and Writers. The Loader class provides a multitude of audio formats (currently: WAV, FLAC and MP3), can auto-detect the format of a file or stream and abstracts away the low-level complications of parsing and reading these formats. The various writer classes (currently: WAV) provide an abstraction over exporting audio in specific formats to disk.
|
||||
|
||||
#### LibDSP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue