Commented Issue: NAudio.MmException - WaveStillPlaying calling waveOutWrite...
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException from...
View ArticleEdited Issue: NAudio.MmException - WaveStillPlaying calling waveOutWrite [16387]
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException from...
View ArticleCommented Issue: Occasional System.InvalidOperationException (Handle is not...
Occasionally my application crashes....I have captured the crash using WinDbg, and the Exception trace is:Exception object: 026c18acException type: System.InvalidOperationExceptionMessage: Handle is...
View ArticleCommented Issue: Assembly with strong name [11429]
Hello,Could you please release NAudio as an assembly with a strong name so it can be installed in the GAC by running gacutil -i NAudio.dll?Thanks.Comments: Bump
View ArticleCommented Issue: Assembly with strong name [11429]
Hello,Could you please release NAudio as an assembly with a strong name so it can be installed in the GAC by running gacutil -i NAudio.dll?Thanks.Comments: I'm afraid I don't currently have any plans...
View ArticleCreated Issue: heap corruption for MixerControl.GetControlDetails when...
According to msdn, the size of the MIXERCONTROLDETAILS.paDetails buffer should be:_For MIXERCONTROL_CONTROLF_MULTIPLE controls, the size of this buffer should be the product of the __cChannels,...
View ArticleEdited Issue: heap corruption for MixerControl.GetControlDetails when...
According to msdn, the size of the MIXERCONTROLDETAILS.paDetails buffer should be:(http://msdn.microsoft.com/en-us/library/dd757294(v=vs.85).aspx)_For MIXERCONTROL_CONTROLF_MULTIPLE controls, the size...
View ArticleEdited Issue: heap corruption for MixerControl.GetControlDetails when...
According to msdn, the size of the MIXERCONTROLDETAILS.paDetails buffer should be:(http://msdn.microsoft.com/en-us/library/dd757294(v=vs.85).aspx)_For MIXERCONTROL_CONTROLF_MULTIPLE controls, the size...
View ArticleCreated Issue: Buffer not dispose [16391]
I'm Trying NAudio in my project.It seem that in Mp3FileReader buffer dispose function not work.I use this scenario: mp3_1 = New Mp3FileReader("FileAudio.MP3") DSO1.Init(mp3_1) DSO1.Play()Then stop and...
View ArticleCommented Issue: Buffer not dispose [16391]
I'm Trying NAudio in my project.It seem that in Mp3FileReader buffer dispose function not work.I use this scenario: mp3_1 = New Mp3FileReader("FileAudio.MP3") DSO1.Init(mp3_1) DSO1.Play()Then stop and...
View ArticleCommented Issue: Buffer not dispose [16391]
I'm Trying NAudio in my project.It seem that in Mp3FileReader buffer dispose function not work.I use this scenario: mp3_1 = New Mp3FileReader("FileAudio.MP3") DSO1.Init(mp3_1) DSO1.Play()Then stop and...
View ArticleCommented Issue: Buffer not dispose [16391]
I'm Trying NAudio in my project.It seem that in Mp3FileReader buffer dispose function not work.I use this scenario: mp3_1 = New Mp3FileReader("FileAudio.MP3") DSO1.Init(mp3_1) DSO1.Play()Then stop and...
View ArticleCommented Issue: Buffer not dispose [16391]
I'm Trying NAudio in my project.It seem that in Mp3FileReader buffer dispose function not work.I use this scenario: mp3_1 = New Mp3FileReader("FileAudio.MP3") DSO1.Init(mp3_1) DSO1.Play()Then stop and...
View ArticleCreated Issue: PlaybackStopped [16392]
in last version I see problem with PlaybackStopped when .mp3 is end.How I can know when mp3 file is play end?RegardsAlex
View ArticleCommented Issue: PlaybackStopped [16392]
in last version I see problem with PlaybackStopped when .mp3 is end.How I can know when mp3 file is play end?RegardsAlexComments: Solved Regards Alex
View ArticleClosed Issue: PlaybackStopped [16392]
in last version I see problem with PlaybackStopped when .mp3 is end.How I can know when mp3 file is play end?RegardsAlex
View ArticleCreated Unassigned: Problem with WavOut.Eventhandler [16393]
HiI have been trying to use the, playbackstopped eventhandler on the wavout class. I am trying to get a playlist to cycle through audio tracks so at the end of each track it evaluates the playlist and...
View ArticleCreated Unassigned: read mp3 to URL [16394]
Can Naudio read this mp3 url?http://players.creacast.com/creacast/sudtirol1a/playlist.plsRegardsAlex
View ArticleCommented Unassigned: Problem with WavOut.Eventhandler [16393]
HiI have been trying to use the, playbackstopped eventhandler on the wavout class. I am trying to get a playlist to cycle through audio tracks so at the end of each track it evaluates the playlist and...
View ArticleCommented Unassigned: read mp3 to URL [16394]
Can Naudio read this mp3 url?http://players.creacast.com/creacast/sudtirol1a/playlist.plsRegardsAlexComments: NAudio does not read PLS files. They are only text files, so you would have to see what is...
View Article