sndfile

From Lazarus wiki
Revision as of 18:11, 16 February 2009 by Marcov (talk | contribs) (New page: The '''sndfile''' unit is the interface unit for the libsndfile library for linux. It is a straightforward translation of the sndfile.h header file. It allows to read sound files from a va...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The sndfile unit is the interface unit for the libsndfile library for linux. It is a straightforward translation of the sndfile.h header file. It allows to read sound files from a variety of formats, and play them through the sound device.

The package contains an example program, sfplay, which plays a sound file (name specified on the command-line) through the sound device.

Go to back Packages List