Bug #324
Add method to get a list of all supported sound formats/extensions (ogg, mp3, wav, etc...) for each sound driver
Status: | Closed | Start date: | 02/02/2009 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | kaetemi | % Done: | 100% |
|
Category: | NeL: General | |||
Target version: | Version 0.7.0 |
Description
Fmod supports a lot of formats (mp3, ogg, modules, etc...) but other sound drivers only support the minimum (wav) so we should add an extension to get a list of all of them.
History
#1 Updated by kaetemi over 9 years ago
- Status changed from New to Validated
FMod driver music is implemented trough FSOUND_Stream, and doesn't have an FMUSIC implementation, so modules aren't supported afaik.
The FMod driver currently has music support implemented for: container/audio files with .ogg, .mp3, .mp2, .wav, .raw extensions.
The XAudio2 driver currently has music support implemented for: container/audio files with .ogg extension (no .wav stream).
Other drivers don't have a music implementation. Music implementation will be moved up to high level nlsound trough buffer streaming implementation in lowlevel drivers (todo #99), with support for additional driver-specific implementation for extra formats in drivers.
#2 Updated by kaetemi over 9 years ago
- Status changed from Validated to Assigned
- Assignee set to kaetemi
#3 Updated by kaetemi over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset r956.
#4 Updated by kervala over 9 years ago
- Target version set to Version 0.7.0
#5 Updated by sfb over 9 years ago
- Status changed from Resolved to Closed
#6 Updated by kervala almost 8 years ago
- Project changed from NeL to Ryzom
- Category deleted (
Sound Lowlevel) - Target version deleted (
Version 0.7.0)
#7 Updated by kervala almost 8 years ago
- Category set to NeL: General
- Target version set to Version 0.7.0