-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Out of Index" error with USB devices when try get volume peak. #208
Comments
is index >= Count? This method should probably throw an ArgumentOutOfRangeException before getting the peak values. Perhaps its mono? |
Hi markheath! |
hmm, may just be a quirk of the drivers for those devices. |
Hi markeath! |
SOLVED
Again: Thank you so much for your knowledgment. |
I'm tryin get the peaks of volume from USB devices with WASAPI but i het a overflow error:
"Exception thrown: 'System.IndexOutOfRangeException' in NAudio.dll"
With others devices no problem. Only with USB like UB222 and Wireless Headphones.
I need the values to test a custom VU Meter with customized handles.
(Sorry my bad english)
The text was updated successfully, but these errors were encountered: