Make FMod available as an audio backend
Closed this issue · 1 comments
JessicaTegner commented
Implement FMod as an audio backend in lucia.
The required python module we would need to use would be either PySonicEx or PyFModEx
To mark the audio backend as completed, it should at least implement the following features.
- Implement a Sound object (derived from lucia.audio.Sound)
- Implement a SoundPool Object (derived from lucia.audio.SoundPool).
- It should have support to load audio data from a lucia.ResourceFile.
- It should at least have support for the wave and ogg audio file format.
JessicaTegner commented
This will be worked on at a later date.
So unless someone else want to complete this issue, this will be worked on at some point in the future