Files
wolf_dart/packages/wolf_3d_dart/lib/wolf_3d_synth.dart
T

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;