Difference between revisions of "FPSound"

From Lazarus wiki
Jump to navigationJump to search
(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...)
 
(wikitable)
Line 5: Line 5:
 
===Format Readers===
 
===Format Readers===
  
{| BORDER="1" CELLSPACING="0"
+
{| class="wikitable"
!COLSPAN="1" STYLE="background:#ffdead;"|'''Format'''
+
! Format !! Constant !! Comments
!COLSPAN="1" STYLE="background:#ffdead;"|'''Constant'''
+
|-
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
 
|----
 
 
|WAV||sfWav||Supported as long as the file is in PCM, that is without compression
 
|WAV||sfWav||Supported as long as the file is in PCM, that is without compression
 
|}
 
|}
Line 15: Line 13:
 
===Players===
 
===Players===
  
{| BORDER="1" CELLSPACING="0"
+
{| class="wikitable"
!COLSPAN="1" STYLE="background:#ffdead;"|'''Method'''
+
! Method !! Constant !! Comments
!COLSPAN="1" STYLE="background:#ffdead;"|'''Constant'''
+
|-
!COLSPAN="1" STYLE="background:#ffdead;"|'''Comments'''
 
|----
 
 
|OpenAL||soOpenAl||Under construction
 
|OpenAL||soOpenAl||Under construction
 
|}
 
|}

Revision as of 12:02, 6 May 2012

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