dchote / talkiepi

The talkiepi project is for a truly headless mumble client for the Raspberry Pi, utilizing static config and GPIO for status LEDs and a button for push to talk
Mozilla Public License 2.0
268 stars 107 forks source link

Separate Microphone & Speaker #4

Closed AFstache closed 4 years ago

AFstache commented 5 years ago

I'm trying to use your setup as the basis of an intercom, and I was wondering how to use a separate microphone and speaker, rather than the usb speaker/mic that you've set up for.

dchote commented 5 years ago

It works with any alsa supported hardware. You just need to tweak the alsa.conf to set whatever you want to use as the default audio device.

AFstache commented 5 years ago

Okay, then that's the problem I'm having, trying to get my HW microphone working (haven't started working on the speaker yet)

MarcusWolschon commented 5 years ago

This is the section of the setup-documentation that you seem to have missed: https://github.com/dchote/talkiepi/tree/master/doc#use-your-usb-speakerphone

AFstache commented 5 years ago

I didn't miss that, I just couldn't tell which of those two lines was for the speaker and which is for the microphone. I modified each one at a time to see if anything would make a difference and it didn't.