Hello,
I am trying to use a raspberry+cirrus logic for testing an audio setup.
The goal is to play the microphone sound directly to the line-out so you hear the microphone on the speakers
Is this possible? If yes can you help me? ;-)
Regards
Martijn
Hello,
I am trying to use a raspberry+cirrus logic for testing an audio setup.
The goal is to play the microphone sound directly to the line-out so you hear the microphone on the speakers
Is this possible? If yes can you help me? ;-)
Regards
Martijn
Hi,
If your pi runs raspbian (maybe also applicable for other linux-based OS), you can configure audio paths with alsamixer (type alsamixer in a shell). Then use arrows to select what you need among :
Line in in IN3
DMIC for buildin mics
HP1OUT for headset output
HP2OUT for Line out
I.e. LineIn -> Lineout : select IN3L/R as inputs for HP2OUTL/R
You can download "cirrus logic usecase" on page
RPi Linux driver for Wolfson / Cirrus Logic Audio Card
to get example scripts to do the same in script files.
Regards
DamienG