New Post: NAudio NullReferenceException when using a Start/Stop button
have you tried with the latest code from source control?
View ArticleNew Post: Split mp3 at the point where just after the mp3 played the...
NAudio can split MP3 files, but you need to understand how they are constructed. Read my answer at StackOverflow
View ArticleNew Post: Possible fix to WaveformPainter? when resizing...
I was having an issue with WaveformPainter throwing System.ArgumentOutOfRangeException when i resized my window (From bigger to smaller). I've been writting a VOIP server/client using naudio and...
View ArticleNew Post: Possible fix to WaveformPainter? when resizing...
Are you traing to make Volume meter to indicate Voice coming true
View ArticleNew Post: Possible fix to WaveformPainter? when resizing...
I have both the VolumeMeter and WaveformPainter being utilized. I'm also using a BufferedWaveProvider to feed audio over the network. I'm also using WaveIn for capturing microphone audio along with...
View ArticleNew Post: Possible fix to WaveformPainter? when resizing...
I'm pretty sure I fixed a WaveformPainter resize bug similar to this in the latest code a while back, but I'll try to reproduce and if I can, I'll see if I can your fix in. Mark
View ArticleNew Post: mmdevice
Core Audio is not supported in microsoft xp OS on this code MMDeviceEnumerator DevEnum = new MMDeviceEnumerator(); device = DevEnum.GetDefaultAudioEndpoint(DataFlow.Render,...
View ArticleNew Post: reading the amplitude of a frame
Hello, Firstly, I really want to thank Mr Mark for his great effort here. Now my question, I want to get the amplitude of each mp3 frame as I go through the file to use it in visualizing the mp3 data....
View ArticleNew Post: Stream asx
Hi, Nice project! I was wondering if it is possible to stream asx media with this? Thank you, Jerodev
View ArticleNew Post: CreateWaveFile and it's progress
First off, I am a complete newb with NAudio but I am loving it so far! One question, I am decoding long MP3's (an average 60 minutes or more) using the following: using (NAudio.Wave.Mp3FileReader...
View ArticleUpdated Release: NAudio 1.5 (Dec 18, 2011)
NAudio 1.5, library and sample files. Release notes here.
View ArticleReleased: NAudio 1.5 (Dec 18, 2011)
NAudio 1.5, library and sample files. Release notes here.
View ArticleUpdated Wiki: Home
NAudio Overview NAudio is an open source .NET audio and MIDI library, containing dozens of useful audio related classes intended to speed development of audio related utilities in .NET. It has been in...
View ArticleNew Post: Playing ALaw memorystream
Hi, I'm stuck with this simple task: - I have a memorystream containing raw data (ALaw compressed) - I want to play this memorystream as it is (I don't want to write it to the disk) How ho I do that?
View Article