FPSound

From Free Pascal wiki
Revision as of 17:32, 25 January 2012 by Sekelsenmat (talk | contribs) (New page: 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 t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

See also