Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ speexresample Public archive

Simple resampler using libspeexdsp and libsoundfile

Notifications You must be signed in to change notification settings

ericwa/speexresample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

speexresample

by Eric Wasylishen

Trivial wav file resampler using libspeexdsp and libsndfile. For more info on the speex resampler, see the source code.

Build

on macOS:

brew install libsndfile speexdsp
make

or any other platform with pkg-config.

Usage

./speexresample infile.wav outfile.wav <output-samplerate> <quality>

quality: 0-10, where 0 is worst, 10 is best

About

Simple resampler using libspeexdsp and libsoundfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published