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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user