Created Issue: Thread safety [16330]
When I was doing some UI testing, I found few common exceptions.For example when calling handler (directsoundout.cs, line 451): // Fire playback stopped event if (PlaybackStopped != null) { if...
View ArticleCommented Issue: Thread safety [16330]
When I was doing some UI testing, I found few common exceptions.For example when calling handler (directsoundout.cs, line 451): // Fire playback stopped event if (PlaybackStopped != null) { if...
View ArticleCommented Issue: Thread safety [16330]
When I was doing some UI testing, I found few common exceptions.For example when calling handler (directsoundout.cs, line 451): // Fire playback stopped event if (PlaybackStopped != null) { if...
View ArticleCreated Issue: ArgumentException in DecompressFrame (Destination array was...
This exception happens every time with a specific mp3 I am playing back, at a specific time in the mp3. The exception is on the line:Array.Copy(conversionStream.DestBuffer, 0, dest, destOffset,...
View ArticleCommented Issue: ArgumentException in DecompressFrame (Destination array was...
This exception happens every time with a specific mp3 I am playing back, at a specific time in the mp3. The exception is on the line:Array.Copy(conversionStream.DestBuffer, 0, dest, destOffset,...
View ArticleCommented Issue: Thread safety [16330]
When I was doing some UI testing, I found few common exceptions.For example when calling handler (directsoundout.cs, line 451): // Fire playback stopped event if (PlaybackStopped != null) { if...
View ArticleCreated Issue: Change Speed & pitch on Fly for MP3 files. [16332]
Hi,Need to change the audio speed, as well as while audio playing change the speed (on Fly) like volume.
View ArticleCreated Issue: visualation solution of problem: [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleEdited Issue: visualation solution of problem: [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleCreated Issue: Strong Signed NAudio [16334]
I need the NAudio.dll to be strong signed, because a project I am working.Error Assembly 'NAudio.dll' must be strong signed in order to be marked as a prerequisite.
View ArticleCommented Issue: ArgumentException in DecompressFrame (Destination array was...
This exception happens every time with a specific mp3 I am playing back, at a specific time in the mp3. The exception is on the line:Array.Copy(conversionStream.DestBuffer, 0, dest, destOffset,...
View ArticleCommented Issue: BooleanMixerControl doesn't update the value [11648]
When trying to assign new value to the BooleanMixerControl, I get the exception "InvalidParameter calling mixerSetControlDetails".I had a look into the source of BooleanMixerControl(.cs - 1.3 beta Oct....
View ArticleCreated Issue: Download doesn't work on x64 [16335]
Same problem with SLN, but fixable by setting x86 for compile type. It appears that the dll is compiled x86 but demos are Any, which causes assembly load failure. All output types should be set to x86...
View ArticleCommented Issue: visualation solution of problem: [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleCommented Issue: 64/32 bit issue? [15958]
Downloaded NAudio-1-4-Sample-Apps.zip, unzipped into04/20/2011 10:09 PM 32,768 AudioFileInspector.exe11/08/2010 08:05 PM 4,006 audio_file_inspector.html04/20/2011 10:09 PM 41,472 MIDI File...
View ArticleCommented Issue: Strong Signed NAudio [16334]
I need the NAudio.dll to be strong signed, because a project I am working.Error Assembly 'NAudio.dll' must be strong signed in order to be marked as a prerequisite.Comments: For now, I suggest build it...
View ArticleCommented Issue: WaveFileReader.TryReadFloat does not consider channel count...
Hi,in WaveFileReader.TryReadFloat data is read by Read(value, 0, x), with x, for example, =2 for 16 bits per sample.However, if the wav file is multichannel, say 6 channels, each sample has 12 bytes....
View ArticleCreated Issue: AddTrack [16336]
I noticed what looks like odd behavior while using the AddTrack() method... I might be misunderstanding how to use it but here is some brief debug code to illustrate the situation:{{MidiEventCollection...
View ArticleEdited Issue: AddTrack [16336]
I noticed what looks like odd behavior while using the AddTrack() method... I might be misunderstanding how to use it but here is some brief debug code to illustrate the situation:{{...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View Article