FPSound
From Free Pascal wiki
Jump to navigationJump to search
The fpSound library offers a convenient way to read, play, modify and save sound documents in various formats. The library is written in a very flexible manner, capable of being extended to support any number of formats easily.
Roadmap
Format Readers
Format | Constant | Comments |
---|---|---|
WAV | sfWav | Supported as long as the file is in PCM, that is without compression |
Players
Method | Constant | Comments |
---|---|---|
OpenAL | soOpenAl | Under construction |
Changelog
Jan 2012
- Started pushing to implement wav reading and OpenAL playing
License
LGPL with static linking exception. This is the same license as is used in the Lazarus Component Library.
Download
The library can be downloaded as an archive file via fpsound. You can also checkout the repository using Subversion.