sndfile-play
Sample programs that use libsndfile
Install
- All systems
-
curl cmd.cat/sndfile-play.sh
- Debian
-
apt-get install sndfile-programs
- Ubuntu
-
apt-get install sndfile-programs
- Alpine
-
apk add libsndfile
- Arch Linux
-
pacman -S libsndfile
- Kali Linux
-
apt-get install sndfile-programs
- CentOS
-
yum install libsndfile
- Fedora
-
dnf install libsndfile-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install sndfile-programs
- OS X
-
brew install libsndfile
- Raspbian
-
apt-get install sndfile-programs
- Dockerfile
- dockerfile.run/sndfile-play
- Docker
-
docker run cmd.cat/sndfile-play sndfile-play
powered by Commando
sndfile-programs
Sample programs that use libsndfile
This package contains simple programs which use libsndfile for operating on sound files. Programs include: - sndfile-cmp : compare the audio data of two files - sndfile-concat : concatenate two or more files - sndfile-convert : convert between sound file formats - sndfile-info : print information about files - sndfile-metadata-get/set : get and set file metadata - sndfile-play : play a sound file
libsndfile-utils
Command Line Utilities for libsndfile
sndfile-programs-dbg
debugging symbols for sndfile-programs
This package contains simple programs which use libsndfile for operating on sound files. This package contains the debugging symbols for sndfile-programs.
libsndfile
libsndfile is a C library for reading and writing sound files such
as AIFF, AU, WAV, and others through one standard interface. It can currently read/write 8, 16, 24 and 32-bit PCM files as well as 32 and 64-bit floating point WAV files and a number of compressed formats. It compiles and runs on *nix, MacOS, and Win32.