-
Notifications
You must be signed in to change notification settings - Fork 15
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
Streams garbled audio from Logitech PRO X Wireless Headset source #56
Comments
I suppose the problem is the number of channels (8) of the logitech audio source: swyh-rs can only handle 2 channels (stereo). That's why I advise the use of vb-audio hifi cable as the audio source on Windows: bit perfect stereo guaranteed if properly set up. If you capture from hardware nothing is guaranteed, not even the signal quality. |
Ah this may explain my problem too. I just found this project when I went to report a bug in the original SWYH... Fired up this app and while it detected my devices and began streaming easily, the sound quality is mangled. My Windows PC is plugged in to an HDMI receiver that then goes into the TV and speakers, so my Windows audio environment is not stereo.
I installed Hopefully I can find another virtual sound device that will leave the system 6-channel sound alone and add a stereo device that can drive swyh-rs. Anyway, this is a cool project even if it didn't do exactly what I was looking for! |
That is not necessary. You can use the Windows soundmixer app to redirect any application to any sound output. In swyh-rs you select vb audio as the sound source, and in the soundmixer you let the app that plays the sound use vb audio as its output. |
I'm running into an issue streaming when the Audio Source is my Logitech Pro X wireless headset. The audio coming through on my external speakers is garbled noise. Changing the audio source makes streaming work just fine.
The log isn't showing anything unusual, but let me know if there's anything else I can provide:
As an additional data point, I am able to stream from the Logitech Pro X audio source using the original Stream What You Hear with no issues.
The text was updated successfully, but these errors were encountered: