Legacy:Sound

From Spherical
Revision as of 18:35, 20 May 2013 by Apollolux (talk | contribs) (created from http://web.archive.org/web/20110731183131/http://www.spheredev.org/wiki/Object-Sound)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Holds a sound that can be played by Sphere.

Initializers

Methods

Members

None.

Examples

See the examples for Sound.play().

Notes

Sphere uses [http:/audiere.sf.net Audiere], a library that supports many sound formats. The sound formats supported include:

  • Uncompressed WAV (seek supported)
  • Uncompressed AIFF (seek supported)
  • Ogg Vorbis (seek supported)
  • FLAC (seek supported)
  • MP3
  • MOD, S3M, IT, XM (module music formats)
  • MIDI

As mentioned above, streaming is only supported for certain kinds of audio files.

See also

  • [http:/audiere.sf.net Audiere] sound library