/// 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;