b88475882b
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
7 lines
205 B
Dart
7 lines
205 B
Dart
/// Entry point for the sound synthesis module of Wolf3D.
|
|
///
|
|
/// This library provides access to audio synthesis and WAV encoding helpers.
|
|
library;
|
|
|
|
export 'src/synth/imf_renderer.dart' show ImfRenderer;
|