From 6a025c1e7abdd659218360e4e2f5fdbe2ec511bb Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Thu, 4 Jun 2020 09:24:42 -0700 Subject: [PATCH] Modified sample scripts sample rate to daemon default, that is 48Khz --- daemon/scripts/sink_record.sh | 2 +- daemon/scripts/source_play.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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