-
Notifications
You must be signed in to change notification settings - Fork 102
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
Native Instruments Komplete Audio 2 #120
Comments
Hey! Nice to hear it's working fine for you! For routing there is a way, but it's a bit complicated because indeed normal apps cannot capture from ASIO at all. The way around this is to install voicemeeter which is like a virtual audio interface that has some routing and mixing capabilities, and it can passthrough ASIO into a virtual ASIO device (which you would configure RS_ASIO to listen to, instead of directly your actual interface) and then also send that audio into a "normal" virtual device that other apps (such as discord) can listen to. |
Oh, I've heard of it, thought, that it might actually add some latency, so it wouldn't sync up with the video. The other problem being that you can't really change the audio source for Discord, since the audio is taken right from the application, unless you stream the whole screen and pass it as output. Or just use the microphone pass-through, which will work if there is no delay. Anyway, thank you again for assistance. |
Ahh yes, I didn't remember discord doesn't allow you to select the input :/ |
Don't worry about it, we'll just have to wait, when ASIO is being handled more intuitively by applications, hopefully, this era will come eventually. |
@virusapex - you can use OBS to fix this setup. I basically have a virtual camera and a virtual microphone right now in Windows. The camera publishes my current OBS scene, while the microphone publishes sound coming from Reaper. Local monitoring is latency free, while the virtual microphone signal might be delayed some milliseconds. I'm using Voicemeeter as input for the virtual microphone, that's where the delay comes from. If you're interested, I can produce a small writeup about the setup, which I'm currently using, together with my guitar instructor, in our skype / discord / zoom / ms teams sessions. |
Cool stuff, man. Still ridiculous that you have to do this in order to monitor and send it through Discord =) I tested Voicemeeter and it works great. |
[Config] [Asio] [Asio.Output] [Asio.Input.0] ; [Asio.Input.1] ; [Asio.Input.Mic] |
To hear audio from laptop speakers open asio4all and configure the output with the game open. |
You can - and probably should - just use wasapi output to output through your normal speakers, while leaving the |
Man, you're a legend! I remember searching for ASIO support in Rocksmith some time ago, but haven't found anything of sorts. Just checked today and found your repo. Checked on my Komplete Audio 2 (which you can add to the list) and can confirm that it works, although i had to disable input 2 or otherwise it'll show up as two connected cables. BTW, is there any way to reroute the audio, so that it is available in Steam broadcast or Discord for example, or they just can't capture ASIO at all? Thank you again for amazing work!
The text was updated successfully, but these errors were encountered: