Tasks:Audio

From Adonthell
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 (done)
  • Backend independence (done)
  • Implement different audio types with individual volume controls [1]

References