feat: Implement audio backend with subprocess support and refactor audio handling

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-23 17:10:07 +01:00
parent 26c738b702
commit b88475882b
12 changed files with 915 additions and 52 deletions
+2 -3
View File
@@ -1,7 +1,6 @@
/// Entry point for the sound synthesis module of Wolf3D.
///
/// This library provides access to audio functionalities, primarily by exporting
/// the [WolfAudio] class.
/// This library provides access to audio synthesis and WAV encoding helpers.
library;
export 'src/synth/wolf_3d_audio.dart' show WolfAudio;
export 'src/synth/imf_renderer.dart' show ImfRenderer;