-
Notifications
You must be signed in to change notification settings - Fork 46
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
microphone? #147
Comments
This is probably one of the top 5 highest requested features missing from Moonlight, see: here With that said, I guess for desktop clients, there are ways around it.. On smart TVs or consoles, it might be more challenging. |
Whoops! Right now, a Pi 5. |
Nice, everything being Linux would allow you to use PulseAudio to send your microphone audio from the client straight into the PulseAudio server that we run in Wolf. Or, if you configure a PulseAudio server on the host where Wolf is running and passthru the pulse socket under I know this might all sound too complex, I'd suggest to start messing around with PulseAudio via the network so that your PI microphone gets picked up by your server. Once that is setup, passing it thru to Wolf should be simple enough. Sounds like a fun weekend project. I might try to set it up myself if I get some free time! |
If I get the server, and then wolf, seeing the microphone, do you think
there'd be any extra configuration to get Steam to see it?
…On Fri, Nov 15, 2024, 2:49 PM ABeltramo ***@***.***> wrote:
Nice, everything being Linux would allow you to use PulseAudio to send
your microphone audio from the client straight into the PulseAudio server
that we run in Wolf.
Or, if you configure a PulseAudio server on the host where Wolf is running
and passthru the pulse socket under XDG_RUNTIME_DIR in the container,
Wolf will try to connect to it instead of spinning an additional container
with our pre-configured PulseAudio.
I know this might all sound too complex, I'd suggest to start messing
around with PulseAudio via the network so that your PI microphone gets
picked up by your server. Once that is setup, passing it thru to Wolf
should be simple enough.
Sounds like a fun weekend project. I might try to set it up myself if I
get some free time!
—
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAIWYNAA2OGQPIN3FRC3IT2AZM6DAVCNFSM6AAAAABR33S77OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZZHEYDEMRQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Once it's there in PulseAudio, it should just appear in the Steam settings page as an available microphone. |
If I get to it this weekend, I'll write it up. I haven't rigged up Pulse Audio over the network but it looks pretty straightforward. |
Good luck and have fun! |
hiya folks! Amazing piece of kit here!
My kid is asking about voice chat in Steam. I'm relatively savvy with linux and docker, but there's a lot of pieces here! :)
Is mic input something I can rig up with a custom gstreamer pipeline?
Thanks! I apologize if this is covered somewhere--I looked in the docs, here, and via Google a bit and didn't find anything.
The text was updated successfully, but these errors were encountered: