浏览代码

Base: Update audio subsystem documentation

Arne Elster 3 年之前
父节点
当前提交
835ffbb365
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Base/usr/share/man/man7/Audio-subsystem.md

+ 1 - 1
Base/usr/share/man/man7/Audio-subsystem.md

@@ -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