Difference between revisions of "FPSound"

From Lazarus wiki
Jump to navigationJump to search
m (→‎Download: Fixed link)
 
(One intermediate revision by one other user not shown)
Line 29: Line 29:
  
 
== Download ==
 
== Download ==
The library can be downloaded as an archive file via [http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/fpsound/]. You can also checkout the repository using Subversion.
+
The library can be downloaded as an archive file via [https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/fpsound/ fpsound]. You can also checkout the repository using Subversion.
  
 
== See also ==
 
== See also ==
  
 
* [[Multimedia Programming]]
 
* [[Multimedia Programming]]
* [[Audio]]
+
 
 +
* [[Category:Audio]]

Latest revision as of 09:44, 28 December 2019

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.

See also