diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 16:37:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:09:00 +0700 |
commit | 2ac2a8e471b50e34eceb247bd5a47865ea8e4d6c (patch) | |
tree | a3faadd83484fc1bb384711d8583bec9c876a33d /libraries/libfishsound/README | |
parent | 02b4ec5dc77a2184ea79a573cc8f9217ac8d7e04 (diff) |
libraries/libfishsound: Fix README, remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libfishsound/README')
-rw-r--r-- | libraries/libfishsound/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/libfishsound/README b/libraries/libfishsound/README index 7a2f9d0b44865..2924b766c9ce9 100644 --- a/libraries/libfishsound/README +++ b/libraries/libfishsound/README @@ -1,11 +1,11 @@ libfishsound (unified API for xiph.org audio codecs) -libfishsound provides a simple programming interface for decoding and -encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis). +libfishsound provides a simple programming interface for decoding and +encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis). -libfishsound is a wrapper around the existing codec libraries and provides -a consistent, higher-level programming interface. It has been designed for -use in a wide variety of applications; it has no direct dependencies on -Ogg encapsulation, though it is most commonly used in conjunction with -liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, -including Ogg Theora and Annodex. +libfishsound is a wrapper around the existing codec libraries and +provides a consistent, higher-level programming interface. It has been +designed for use in a wide variety of applications; it has no direct +dependencies on Ogg encapsulation, though it is most commonly used +in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis +audio tracks in Ogg files, including Ogg Theora and Annodex. |