Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 520 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 520 Bytes

NAudio4Maui

NAudio for .NET MAUI

A significant portion of NAudio utilizes the Windows Audio API. The purpose of this project is to support multi-platform apps with a single codebase using .NET MAUI.

Features

  • AudioOut: Play back audio using this output device
  • AudioReader: Media Foundation alternative (implements WaveStream)

Acknowledgements

The project could not have been realized without the essential NAudio Driver for playback.