Audio and MIDI library for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
markheath cf6ad9c80d BufferedWaveProvider: renamed the circularBuffer member variable to make code less confusing. Fixed a bug when Read is called before the circularBuffer has been created. 14 years ago
..svnbridge Beginning work on code and API review for NAudio 1.5 ... 14 years ago
AudioFileInspector Fixed a bug with the MP3 plugin for the Audio File Inspector program 14 years ago
BuildProcessTemplates Checked in by server upgrade 15 years ago
Lib Updated AudioFileInspector sample app to use MEF Preview 9 14 years ago
MidiFileConverter spring cleaning - removing some unneccessary files from the core NAudio library 15 years ago
Misc some MMDevice API interfaces implemented 17 years ago
MixDiff spring cleaning - removing some unneccessary files from the core NAudio library 15 years ago
NAudio BufferedWaveProvider: renamed the circularBuffer member variable to make code less confusing. Fixed a bug when Read is called before the circularBuffer has been created. 14 years ago
NAudio.WindowsMediaFormat fixed a bunch of compiler warnings and added a unit test to explore Windows Media Codecs available on the system 14 years ago
NAudioDemo New ChannelOffset property on AsioOut allows the incoming waveprovider to be fed to a different output. 14 years ago
NAudioTests Changes to Mp3Frame so exceptions are not thrown unless an incomplete frame is found. n.b. this is a breaking change (use static LoadFromStream method instead of old constructor). It also fixes a bug where frame data was stored in frame even if readData=false. MP3 Streaming Demo now has a volume control. 14 years ago
NAudioWpfDemo Beginning work on code and API review for NAudio 1.5 ... 14 years ago
NAudio.sln Added a simple MP3 network streaming demo for playing internet radio in NAudioDemo. Made the AcmFrameDecompressor public. Minor mods to BufferedWaveProvider, will probably make some bigger changes in future to be a large circular buffer for performance. 14 years ago