diff options
author | Klaatu <klaatu@member.fsf.org> | 2016-07-27 11:01:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 0efdc50174b366c93e85c5daeae07bf053b9c245 (patch) | |
tree | 6b2579116e872360e08815e79b90dd78fb5131f6 /audio/soxr/slack-desc | |
parent | 5afe071b987c6706a2a9bf532e9d6f396cea3b95 (diff) | |
download | slackbuilds-0efdc50174b366c93e85c5daeae07bf053b9c245.tar.gz |
audio/soxr: Added (one-dimensional samplerate conversion library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/soxr/slack-desc')
-rw-r--r-- | audio/soxr/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/soxr/slack-desc b/audio/soxr/slack-desc new file mode 100644 index 0000000000..0355fd01b9 --- /dev/null +++ b/audio/soxr/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +soxr: soxr (one-dimensional samplerate conversion library) +soxr: +soxr: The SoX Resampler library (libsoxr) performs one-dimensional +soxr: sample-rate conversion (for PCM-encoded audio, for instance). +soxr: +soxr: It aims to give fast and high quality results for any constant +soxr: (rational or irrational) resampling ratio. Phase-response, preserved +soxr: bandwidth, aliasing, and rejection level parameters are all +soxr: configurable. +soxr: +soxr: http://sourceforge.net/projects/soxr |