-
Notifications
You must be signed in to change notification settings - Fork 460
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
Real-time processing left and right channel #485
Comments
i tried the same thing... a friend is deaf on one ear and i try to make a software that displays a marker when the left channel is louder than the right (sound coming from left) but the loopback recording does not work correctly. i created a mp3/wav file that only plays a static sound on the left channel (made in audacity) but the code still gives me nearly identical values for the right and left volume/RMS: `public partial class Form1 : Form
|
since there is no proper documentation, i'll replace this libary with another one. |
Hey I was wondering if I want to listen to a specific sound card audio output (my running game)
The goal is to the process that audio and work out the amplitude of each channel
is this something that can be done with this library?
The text was updated successfully, but these errors were encountered: