Skip to content

Commit

Permalink
Update m8c.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RowdyVoyeur committed Jun 6, 2024
1 parent 96ce597 commit 2065191
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions m8c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ alsa_in -j "M8_in" -d hw:M8,DEV=0 -r 44100 -p 64 -n 4 -c 2 &
# alsa_out options: -r is Sample Rate, -p is Period or Buffer Size, -n is Period, -q is Quality, -c is Channels
alsa_out -j "M8_out" -d hw:M8,DEV=0 -r 44100 -p 64 -n 4 -c 2 &

sleep 1
sleep 4

# Connect audio of M8 Out to System In (This allows to hear the M8)
jack_connect M8_in:capture_1 system:playback_1
jack_connect M8_in:capture_2 system:playback_2

sleep 1

# Connect audio of USB Card Microphone or Audio Card In to M8 In (This allows to record audio onto the M8)
# If USB Card or Audio Card In has a Mono ADC, use system:capture_1 in both lines, which creates a fake stereo
jack_connect system:capture_1 M8_out:playback_1
Expand Down

0 comments on commit 2065191

Please sign in to comment.