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/README | |
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/README')
-rw-r--r-- | audio/soxr/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/soxr/README b/audio/soxr/README new file mode 100644 index 0000000000..d6a192b88d --- /dev/null +++ b/audio/soxr/README @@ -0,0 +1,10 @@ +The SoX Resampler library (libsoxr) performs one-dimensional +sample-rate conversion. It may be used, for example, to resample +PCM-encoded audio. + +It aims to give fast and high quality results for any constant +(rational or irrational) resampling ratio. Phase-response, preserved +bandwidth, aliasing, and rejection level parameters are all +configurable; alternatively, simple `preset' configurations may be +selected. An experimental, variable-rate resampling mode of operation +is also included. |