diff --git a/daemon/scripts/sink_record.sh b/daemon/scripts/sink_record.sh index c728ca2..fc52256 100755 --- a/daemon/scripts/sink_record.sh +++ b/daemon/scripts/sink_record.sh @@ -1 +1 @@ -arecord -D plughw:RAVENNA -c 2 -f cd -d 30 -r 44100 -t wav sink.wav +arecord -D plughw:RAVENNA -c 2 -f cd -d 30 -r 48000 -t wav sink.wav diff --git a/daemon/scripts/source_play.sh b/daemon/scripts/source_play.sh index c119fc0..764450d 100755 --- a/daemon/scripts/source_play.sh +++ b/daemon/scripts/source_play.sh @@ -1 +1 @@ -speaker-test -D plughw:RAVENNA -r 44100 -c 2 -t sine +speaker-test -D plughw:RAVENNA -r 48000 -c 2 -t sine