sndfile-resample
Secret Rabbit Code - aka Sample Rate Converter for audio
Install
- All systems
-
curl cmd.cat/sndfile-resample.sh
- Debian
-
apt-get install samplerate-programs
- Ubuntu
-
apt-get install samplerate-programs
- Alpine
-
apk add libsamplerate
- Arch Linux
-
pacman -S libsamplerate
- Kali Linux
-
apt-get install samplerate-programs
- CentOS
-
yum install libsamplerate
- Fedora
-
dnf install libsamplerate
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install samplerate-programs
- OS X
-
brew install libsamplerate
- Raspbian
-
apt-get install samplerate-programs
- Dockerfile
- dockerfile.run/sndfile-resample
- Docker
-
docker run cmd.cat/sndfile-resample sndfile-resample
powered by Commando
libsamplerate
Secret Rabbit Code - aka Sample Rate Converter for audio
samplerate-programs
Sample programs that use libsamplerate
This package contains simple example programs for resampling sound files with the libsamplerate library. Currently, the only binary included is sndfile-resample which uses libsndfile to read and write audio files and libsamplerate to do the rate conversion.