From 1d224769b57199110511522f3fc1a0c119ee3e8c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 24 Dec 2011 11:33:54 +0100 Subject: wiiplay / wiispkr: 2kHz works best here (and you can actually recognize the songs!) --- wiiplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiiplay') diff --git a/wiiplay b/wiiplay index b3ee3aa..8d825c3 100755 --- a/wiiplay +++ b/wiiplay @@ -29,7 +29,7 @@ else fi -sox --norm /tmp/wiiplay.wav -b 8 /tmp/wiiplay.raw channels 1 rate 1500 +sox --norm /tmp/wiiplay.wav -b 8 /tmp/wiiplay.raw channels 1 rate 2000 rm /tmp/wiiplay.wav -- cgit v1.2.3