-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support changing audio input! #14
Comments
I've been working on that, I can now choose what audio device to choose. |
Why the BeatDrop code is so old? I wish I want this to support microphone! |
Take a look at the projectM's Audio Capture. |
As I've reimplemented the whole WASAPI capture code from scratch for the new projectM standalone app, this one would be a better starting point: https://github.com/projectM-visualizer/frontend-sdl2/blob/master/src/AudioCaptureImpl_WASAPI.cpp Since I'm still the sole author of the code, so I've relicensed the code under BSD 3-clause and removed the projectM references from it and replaced them with ToDo comments where the buffer code needs to go. See the attached ZIP. You can use it as you see fit. You'll propbably want to replace the POCO stuff with pure Win32 API code, but I can't really help with that I'm afraid. The second thing worth mentioning is that this implementation works with signed float sample. If that's not desirable, you can either use |
Hey milkdrop2077 and people, Thank you for your program! Do you, or any other person has a clue, what I can do? |
Really excited about this feature!
This feature will change all the audio inputs sequentially, from speakers, microphone to stereo mix! If it's on the final list and you press the hotkey again, it will hop again to speakers.
Hotkey: CTRL + A
I'll share this as a reference: milkdrop2077/MilkDrop3#10
The text was updated successfully, but these errors were encountered: