Getting error InvalidParameter calling waveInOpen
See original GitHub issueGetting this error every time calling WaveInEvent.StartRecording
. Method MMDeviceEnumerator.EnumerateAudioEndPoints(DataFlow.Capture, DeviceState.Active)
returns info about my microphone. Method WaveInEvent.GetCapabilities(0)
returns 2 channels with many SupportedWaveFormat
.
This issue is not direct related to NAudio, tried my code with DllImport - same result. Can anybody help me?
Windows 7 SP1 x64
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Resolved: InvalidParameter calling waveInOpen - Windows
when selecting my microphone in AFV settings, I get the following error... InvalidParameter calling waveInOpen unable to run stand alone ...
Read more >c# - InvalidParameter calling waveOutOpen
1 Answer. I have found the problem. Issue was that I was using the WaveFormat from the Mp3Frame, rather than the WaveFormat provided...
Read more >I have problem with waveinopen function which cause ...
I have a problem with the waveinopen function. The function returns the. MMRESULT_ERROR 11( "invalid Parameter passed ").
Read more >waveInOpen function (mmeapi.h) - Win32 apps
The waveInOpen function opens the given waveform-audio input device for recording.
Read more >Kinovea 0.9.1 crash: UnspecifiedError calling waveInOpen ...
The logfile shows no error. Workaround 1: Enable access to the microphone (in Windows-Settings-Privacy-Microphone). Workaround 2: Disabling the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nо solution found. In my case the reason was - Kaspersky antivirus on operator PC, so i have added additional message to error handler. Sample code:
Sorry for issue closing without comment.
I was looking for an answer too 😄 😆