Tasks:Audio: Difference between revisions

From Adonthell
Jump to navigation Jump to search
m audio task is somewhat complete
m Requirements: formatting changed
Line 12: Line 12:
== Requirements ==
== Requirements ==


* Play background music in [http://xiph.org/ogg/vorbis/ Ogg Vorbis] format ''(mostly 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
* Load sfx in Ogg Vorbis format instead of .wav
* [[Architecture:Event Module|Events]] notify when background music finished playing ''(mostly 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
* [[Architecture:Overview#Architecture|Backend]] independence ''(mostly done)''
* <span style="text-decoration:line-through">[[Architecture:Overview#Architecture|Backend]] independence</span> (done)


== References ==
== References ==

Revision as of 18:44, 8 March 2008

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
  • Events notify when background music finished playing (done)
  • Python script to chose next piece of music
  • Backend independence (done)

References