Created Unassigned: DirectSoundOut.Devices.Count() [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleEdited Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCommented Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCommented Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCommented Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCreated Unassigned: Noise reduction [16498]
when I record audio there is lots of unnecessary sounds recorded .. this will we the nice feature .. to reduce noise
View ArticleCommented Unassigned: Noise reduction [16498]
when I record audio there is lots of unnecessary sounds recorded .. this will we the nice feature .. to reduce noiseComments: I'm afraid NAudio doesn't include a noise reduction algorithm at the...
View ArticleCreated Unassigned: COM Exception & UnRegisterEventClient [16499]
I'm receiving a COM error after my app exits if I call UnRegisterEventClient.Here is a code snippet:private Dictionary<uint, SessionsEventCallbacks.NAudioEventCallbacks> _sessionNotifications =...
View ArticleCommented Unassigned: COM Exception & UnRegisterEventClient [16499]
I'm receiving a COM error after my app exits if I call UnRegisterEventClient.Here is a code snippet:private Dictionary<uint, SessionsEventCallbacks.NAudioEventCallbacks> _sessionNotifications =...
View ArticleCommented Unassigned: COM Exception & UnRegisterEventClient [16499]
I'm receiving a COM error after my app exits if I call UnRegisterEventClient.Here is a code snippet:private Dictionary<uint, SessionsEventCallbacks.NAudioEventCallbacks> _sessionNotifications =...
View ArticleCommented Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCreated Unassigned: AsioOut dispose() - keep signal [16500]
Hello,I'm reading some wave files using AsioOut and a WaveMixerStream32. Everything works great but I noticed that sometimes (1 time on 5) when I close and start again my program, I have a loud signal...
View ArticleEdited Unassigned: AsioOut dispose() - keep signal [16500]
Hello,I'm reading some wave files using AsioOut and a WaveMixerStream32. Everything works great but I noticed that sometimes (1 time on 5) when I close and start again my program, I have a loud signal...
View ArticleCommented Unassigned: AsioOut dispose() - keep signal [16500]
Hello,I'm reading some wave files using AsioOut and a WaveMixerStream32. Everything works great but I noticed that sometimes (1 time on 5) when I close and start again my program, I have a loud signal...
View ArticleCommented Unassigned: DirectSoundOut.Devices.Count() returns wrong value [16497]
Here is the code Dim dscount As Integer = 0 dscount = DirectSoundOut.Devices.Count()dscount value is 8. the correct value is 4.if i see in watch window and evaluate expression "...
View ArticleCreated Unassigned: Dictation recorder hangs on waveInClose [16501]
Our dictation software hangs on NAudio call as described below. This has been tried to get fixed for ages but no luck. Hope you can help!Hang happens in WaveIn.cs in CloseWaveInDevice() function, line...
View ArticleCommented Unassigned: Dictation recorder hangs on waveInClose [16501]
Our dictation software hangs on NAudio call as described below. This has been tried to get fixed for ages but no luck. Hope you can help!Hang happens in WaveIn.cs in CloseWaveInDevice() function, line...
View ArticleCommented Unassigned: Dictation recorder hangs on waveInClose [16501]
Our dictation software hangs on NAudio call as described below. This has been tried to get fixed for ages but no luck. Hope you can help!Hang happens in WaveIn.cs in CloseWaveInDevice() function, line...
View ArticleCreated Unassigned: Play 4 different wav files over ASIO on 4 stereo channels...
Hi MarkThanks for providing the library! First I thought, that my problem was simple: I have 4 different Audio Files, that I want to play on a multichannel soundcard. Each file has to go to a separate...
View ArticleCommented Unassigned: Play 4 different wav files over ASIO on 4 stereo...
Hi MarkThanks for providing the library! First I thought, that my problem was simple: I have 4 different Audio Files, that I want to play on a multichannel soundcard. Each file has to go to a separate...
View Article