diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-26 07:37:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 07:37:13 +0700 |
commit | f82b3ffb7403cac482bba3578027d6420fe41d25 (patch) | |
tree | 004d11953517fd5d736a42db08f94bb564dd0f9e /perl/perl-audio-sndfile/README | |
parent | 3caf128a522f0a2ad83ab3431a07398b562d0aa3 (diff) |
perl/perl-audio-sndfile: Added (perl bindings for libsndfile).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-audio-sndfile/README')
-rw-r--r-- | perl/perl-audio-sndfile/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/perl-audio-sndfile/README b/perl/perl-audio-sndfile/README new file mode 100644 index 0000000000000..a00cfdabc1eff --- /dev/null +++ b/perl/perl-audio-sndfile/README @@ -0,0 +1,8 @@ +perl-audio-sndfile (perl bindings for libsndfile) + +Audio::SndFile is a perl interface to the sndfile (soundfile) library. It +provides a portable API for reading and writing sound files in different +formats. + +See the documentation for a full list of supported file formats. Wav, +flac, and ogg are supported, but mp3 is not. |