logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sndfile-resample — sample rate converter

Authors

       Erik de Castro Lopo <erikd@mega-nerd.com>

Debian                                           October 9, 2016                             SNDFILE-RESAMPLE(1)

Description

sndfile-resample  is  a  sample  rate converter using libsndfile for file I/O and Secret Rabbit Code (aka
       libsamplerate) for performing the conversion.  It works on any file format supported by  libsndfile  with
       any number of channels (limited only by host memory).

       The options are as follows:

       -cnumber  Choose the converter type from the following list:
                  0  Best Sinc Interpolator
                  1  Medium Sinc Interpolator (default)
                  2  Fastest Sinc Interpolator
                  3  ZOH Interpolator
                  4  Linear Interpolator

       -torate   Convert to the specified sample rate.

       -byratio  Change  the sample rate by the given ratio, which can be any positive real; the resulting rate
                  is floored to an integer.  For instance, changing the rate of 44100  by  a  factor  of  1.3333
                  results in a sample rate of 58798.

       --no-normalize
                  Disable clipping check and normalization.

Name

       sndfile-resample — sample rate converter

See Also

Synopsis

sndfile-resample [-cnumber] -torateinputoutputsndfile-resample [-cnumber] -byratioinputoutput

See Also