Skip to content
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

No output with WASAPI #227

Closed
Th3BiSh0p opened this issue Nov 10, 2021 · 4 comments
Closed

No output with WASAPI #227

Th3BiSh0p opened this issue Nov 10, 2021 · 4 comments

Comments

@Th3BiSh0p
Copy link

I'm trying to setting things up to stream my game.

RS_ASIO.ini
https://pastebin.com/x3JUaJnz

log
https://pastebin.com/KuViCXAg

When I launch the game, I have a popup saying I don't have any ouput device available (or something like that)

@mdias
Copy link
Owner

mdias commented Nov 11, 2021

Do you have sound output without RS ASIO at all?
WASAPI output should do the exact same as the game does without RS_ASIO.

Please ensure your output card supports 48000hz audio, and post your Rocksmith.ini file too to double-check if eveything looks fine there.
Also post which audio card are you using for output.

@Th3BiSh0p
Copy link
Author

Without RS ASIO I have sound output.

The sound card (a usb gaming set : RIG 800HD) is set to 24b 48khz.

rs.ini : https://pastebin.com/xcT67bxR
rs_asio.ini : https://pastebin.com/kn2UMU4E
rs_asio-log.txt : https://pastebin.com/BBgR2jzk

I just played a game session and it was working fine, so I thought I just messed to much with the settings and finally put the right settings. I stopped the game, and launched it again. It's not working anymore...

@mdias
Copy link
Owner

mdias commented Nov 11, 2021

Your settings look fine.
Can you check if output works if you disable the Asio input? (just leave Driver= blank for all inputs in RS_ASIO.ini).

I'm unsure what's happening here because whatever device is being picked up by the WASAPI path is returning an invalid error when IAudioClient3::GetDevicePeriod is called. It's not impossible that it's picking up the same M-Audio device for output while it's trying to use it though ASIO at the same time.

@Th3BiSh0p
Copy link
Author

I think my device is simply dying : #225
so no need to lose more time here, thanks for your help !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants