Tasks:Audio

From Adonthell
Revision as of 17:44, 16 March 2010 by Jmglov (talk | contribs) (Requirements: loading sfx in Ogg supported)
Jump to navigation Jump to search

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