-
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
Rode A-1 Not being picked up #339
Comments
You will need to install the ASIO drivers for your interface. After you install that, the driver name should appear in the logs and you can proceed with the rest of the setup. Note that because Rocksmith2014 is a 32-bit game, there must be 32-bit ASIO drivers available for RS ASIO to work with them. Usually when installing drivers both 32 and 64 bit versions are automatically installed though. |
Hey again! Sorry for the delay in answering, havent played for a while! I managed to get it working, thanks for the help! But now i cant manage to get the input detected by the game :/ I can also not hear the game audio This is my RS_ASIO.ini
|
The config looks good. Also, with this config you'll need to connect your speakers/headphones to the interface to hear the audio. |
Thanks for the quick answer! I do have both my input and output connected to the interface, yes :) This is my log file :)
|
There are 2 issues here.
Did you check if your interface's ASIO drivers are working fine in other programs? Something like the Guitar Rig demo would do. |
I will try that! && I will also generate a new log file and resend the file contents, I have been trying many different configurations hehe Meanwhile, I espescially noticed this part, is there maybe something here?
|
No, this is normal. The game tries to negotiate a Float sample format first, and fails a couple of times before negotiating the compatible format. |
Hey! I am so so sorry that i havent gotten back to you on this. I have the custom buffer set to 1 and it works perfectly! So you can gladly add "Røde AI-1" to your list of working defices. Followed the README to a tea :) Thanks again man for this awesome project! |
Hi me and my friend are trying to set him up with RS ASIO and he is also using a AI-1 but is having the same issue where the bass he is using is technically being recognized as a real tone cable, but still gives no audio when playing. |
@SYN75X please post your If audio output works, it's very likely that it's a minor setup issue that's not allowing you to get input. |
I will send those in a little bit, I'm currently at work aswell as my friend so as soon as I have the log and ini I will send them over. |
Sorry for the wait here are the two files. I apologize if this isn't how I'm supposed to send them. I'm kinda new to Github lol. |
@SYN75X curiously your drivers are behaving identically to the OP's when he was having the issue.
Often a reason this happens is because something else is already using the device, and most ASIO drivers don't allow shared usage of the device.
Looking at your config, it looks like you want sound output on another device instead of also using the interface. If this is a mistake and you want sound output to come through the interface as well, you need to also fill in the |
Okay we will give these a try. The only thing I could think had been causing issues is that this interface only let's you use 24 bit configurations instead of 16 bit. Do you think that would have any affect since from what I'm seeing rocksmith 2014 only really wants 16? The reason we are using a different audio output is because when we tried setting it up originally it wouldn't give us input or output but when we told the realtek sound mixer to listen to his interfaces headphone line in and disabled the rs asio output setting we were able to start hearing the game. |
RS ASIO will work fine with 16 bit, 24 bit, 32 bit and 32 bit float. It does require 48000hz support however. |
Okay, and as for the ASIO drives we went to the same link that you sent OP and installed them, they showed up in the list immediately but yeah when we tried to use them they wouldn't work so I will talk to my friend when I get home about checking the windows settings and see what we can do. Thank you for you replies and I will post what we end up finding. |
My friend also wanted to ask if he is using a sound equalizer program on the interface would that have any affect on it not working? |
ASIO tends no need exclusive access to the interface, so there's a high chance it affects it. You can also test if the interface is supposed to be working with a simple application like this one. |
Correction: I just noticed the test application also supports Pass Through testing if you go to the "Test" menu. With that option selected you should hear your instrument on the output (left channel) of the interface, effectively testing both input and output. |
Okay the interface has a pass through mode of its own that has been working so I think the interface is working fine, most likely just windows messing with the driver. I will be home in about an hour and we will test to see if disabling it in windows settings helps. If so I will report back with what we did to get it working. |
The interface's own passthrough mode is usually hardware based for minimal latency, and should work even if windows hasn't booted up for example. The pass through in the application makes the audio go from the input of the interface to the computer software, and then the software itself will send it back to the output of the interface which will test the whole stack. |
Ohhh okay. Then we will give that a shot. Thank you for the correction. My interface worked pretty much first try so I didn't really have to do a ton of tinkering so I'm still learning about all of this. |
Okay so disabling the interface in windows did work in getting the game to work. Only problem now is that he can get the rest of the audio on his PC isn't able to go through his headset which is plugged into the interface. Also the game keeps asking for him to use exclusive mode. |
This is expected. The game usually needs exclusive access to the audio interface for low latency reasons.
By default Rocksmith will be configured to use ExclusiveMode access to the audio interface, and RS ASIO requires that to work. It's possible your friend has edited |
Hey!
I have to say i love this project!
I can't get my Rode AI-1 interface to be picked up in the logs though, i have tried to tinker around, but i can't seem to figure it out.
Any recommendations?
The text was updated successfully, but these errors were encountered: