Skip to content

Commit

Permalink
Changeoutputmicname (#166)
Browse files Browse the repository at this point in the history
* output mic name changed

* oops
  • Loading branch information
pbeaulieu26 authored Dec 10, 2019
1 parent a4d13e2 commit 5d40c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/StenoMics/stenomics-creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if $USE_DEFAULT; then
AEC_SINK_NAME=SpeakerFiltre

#OUTPUT
SINK_NAME=webrtc_in
SINK_NAME=StenoMic
ODAS_CHANNELS=4
ODAS_CHANNEL_MAP=front-left,front-right,rear-left,rear-right
fi
Expand Down Expand Up @@ -78,7 +78,7 @@ pulseaudio --start
sleep 3

if $CREATE_VIRTUAL_OUTPUT || $USE_DEFAULT; then
pacmd load-module module-null-sink sink_name=$SINK_NAME format=$SAMPLE_FORMAT rate=$SAMPLE_RATE channels=$ODAS_CHANNELS channel_map=$ODAS_CHANNEL_MAP
pacmd load-module module-null-sink sink_name=$SINK_NAME sink_properties=device.description=$SINK_NAME format=$SAMPLE_FORMAT rate=$SAMPLE_RATE channels=$ODAS_CHANNELS channel_map=$ODAS_CHANNEL_MAP
fi

if $AEC || $USE_DEFAULT; then
Expand Down

0 comments on commit 5d40c3b

Please sign in to comment.