Released: NAudio 1.6 (Oct 26, 2012)
Release notes at http://mark-dot-net.blogspot.co.uk/2012/10/naudio-16-release-notes-10th.html
View ArticleUpdated Release: NAudio 1.6 (Oct 26, 2012)
Release notes at http://mark-dot-net.blogspot.co.uk/2012/10/naudio-16-release-notes-10th.html
View ArticleEdited Issue: Format header read for some wav files are incorrect [10105]
The problem is if the header length is not quite correct. fool.wav is a wave file that plays correctly in most players and reads correctly through the mm api, but fails in naudio The solutions was to...
View ArticleClosed Issue: Format header read for some wav files are incorrect [10105]
The problem is if the header length is not quite correct. fool.wav is a wave file that plays correctly in most players and reads correctly through the mm api, but fails in naudio The solutions was to...
View ArticleEdited Issue: Error if mp3 frame not at the begining [9071]
If the frame header don't starts imediatly after the the end of the ID3 Tag (or the begining of the file), it is not recognised as an mp3 file, however it is valid, according to...
View ArticleClosed Issue: Error if mp3 frame not at the begining [9071]
If the frame header don't starts imediatly after the the end of the ID3 Tag (or the begining of the file), it is not recognised as an mp3 file, however it is valid, according to...
View ArticleEdited Issue: IeeeFloat to ASIOSTFloat32LSB converter [7979]
If you have sound that's already IeeeFloat but you use ASIO, it seems to me it must be deinterleaved as I found of no way to just pass the interleaved floats through it.So I've added these to...
View ArticleClosed Issue: IeeeFloat to ASIOSTFloat32LSB converter [7979]
If you have sound that's already IeeeFloat but you use ASIO, it seems to me it must be deinterleaved as I found of no way to just pass the interleaved floats through it.So I've added these to...
View ArticleEdited Issue: Midi Interop with MIDIHDR is wrong? [2278]
I think your interop with the MIDIHDR struct is wrong. You use a marshal-as attribute and a ref. I think this will not prevent the GC from relocating the (managed) MIDIHDR and when that happens the ref...
View ArticleClosed Issue: Midi Interop with MIDIHDR is wrong? [2278]
I think your interop with the MIDIHDR struct is wrong. You use a marshal-as attribute and a ref. I think this will not prevent the GC from relocating the (managed) MIDIHDR and when that happens the ref...
View ArticleEdited Feature: WMA Reader and WMA Writer Classes [6341]
http://msdn.microsoft.com/en-us/library/bb288688(VS.85).aspx
View ArticleClosed Feature: WMA Reader and WMA Writer Classes [6341]
http://msdn.microsoft.com/en-us/library/bb288688(VS.85).aspxComments: released in NAudio 1.6
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 ArticleCreated Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleEdited Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleEdited Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View Article