Tasks:Audio: Difference between revisions

From Adonthell
Jump to navigation Jump to search
m categories added
Jmglov (talk | contribs)
m Requirements: loading sfx in Ogg supported
Line 13: Line 13:


* <span style="text-decoration:line-through">Play background music in [http://xiph.org/ogg/vorbis/ Ogg Vorbis] format</span> (done)
* <span style="text-decoration:line-through">Play background music in [http://xiph.org/ogg/vorbis/ Ogg Vorbis] format</span> (done)
* Load sfx in Ogg Vorbis format instead of .wav
* <span style="text-decoration:line-through">Load sfx in Ogg Vorbis format instead of .wav</span> (done--SDL_mixer 1.2 supports Ogg Vorbis through Mix_LoadWAV())
* <span style="text-decoration:line-through">[[Architecture:Event Module|Events]] notify when background music finished playing</span> (done)
* <span style="text-decoration:line-through">[[Architecture:Event Module|Events]] notify when background music finished playing</span> (done)
* Python script to chose next piece of music
* Python script to chose next piece of music

Revision as of 17:44, 16 March 2010

Back to Contents

Overview

The audio module is used to play background music and sound effects.

Dependencies

none

Requirements

  • Play background music in Ogg Vorbis format (done)
  • Load sfx in Ogg Vorbis format instead of .wav (done--SDL_mixer 1.2 supports Ogg Vorbis through Mix_LoadWAV())
  • Events notify when background music finished playing (done)
  • Python script to chose next piece of music
  • Backend independence (done)

References