Opened 18 years ago
Closed 18 years ago
#150 closed enhancement (fixed)
Possibility to play ogg files as sound effects
Reported by: | hdavid | Owned by: | bensch |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Sound | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description
Make it possible to play OGG files as sound effects the way it is possible for WAV files now:
(OrxSound::SoundBuffer*)ResourceManager::getInstance()→load("sound/atmosphere/rain.ogg", OGG); this→soundSource.play(this→windBuffer, 0.1f * this→rainWindForce, true);
Change History (1)
comment:1 Changed 18 years ago by bensch
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
done. (not tested)