feat: Add Audio Gallery screen and integrate into Debug Tools menu
feat: Implement audio playback controls and audio management in the gallery refactor: Update audio engine interface to include stopAllAudio method Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -17,6 +17,11 @@ class FlutterAudioAdapter implements EngineAudio {
|
||||
wolf3d.audio.stopMusic();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> stopAllAudio() async {
|
||||
await wolf3d.audio.stopAllAudio();
|
||||
}
|
||||
|
||||
@override
|
||||
void playSoundEffect(int sfxId) {
|
||||
wolf3d.audio.playSoundEffect(sfxId);
|
||||
|
||||
Reference in New Issue
Block a user