FPSound

From Lazarus wiki
Revision as of 11:02, 6 May 2012 by Chronos (talk | contribs) (wikitable)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

See also