Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 974 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 974 Bytes

Billino.NAudio

ko-fi NAudio PortAudioSharp

Utility library for NAudio

  • AudioEngine, fire and forget audio playback (useful for playing sound effects)
    • Use with SampleCache and SampleCacheProvider or SampleCacheChannel
  • AudioStreamReader, AudioFileReader but for stream (currently support standard wave, mp3 and ogg by reading stream header, for windows also use StreamMediaFoundationReader as a fallback)
  • PortAudioOut, PortAudioSharp implementation of NAudio.Wave.IWavePlayer for cross-platform audio playback
  • WdlResampler, sample rate and channels resampler

Update

Most features from verison v1.x.x will not be compatible with v2.x.x due to major refactoring especially for SampleCache