debian man page for sndfile-resample

Query: sndfile-resample

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SNDFILE-RESAMPLE(1)					      General Commands Manual					       SNDFILE-RESAMPLE(1)

NAME
sndfile-resample - convert an audio file from one sample rate to another
SYNOPSIS
sndfile-resample -to <new sample rate> [-c <number>] <input file> <output file> sndfile-resample -by <amount> [-c <number>] <input file> <output file>
DESCRIPTION
sndfile-resample converts an audio file at one sample rate to a new usually different sample rate. It uses libsndfile (http://www.mega- nerd.com/libsndfile/) to read the input file and write the output file and uses libsamplerate (http://www.mega-nerd.com/SRC/) to do the resampling. It works on any file format supported by libsndfile with any number of channels (limited only by host memory). The optional -c argument allows the converter type to be chosen from the following list : 0 : Best Sinc Interpolator 1 : Medium Sinc Interpolator (default) 2 : Fastest Sinc Interpolator 3 : ZOH Interpolator 4 : Linear Interpolator
AUTHOR
This manual page was written by Erik de Castro Lopo <erikd@mega-nerd.com>. October 7, 2009 SNDFILE-RESAMPLE(1)
Related Man Pages
play(1) - redhat
mpd.conf(5) - debian
mpd.conf(5) - centos
tape2wav(1) - redhat
auconvert(1) - opensolaris
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?