From f276759a86a5c41d0068d81b920e3b1c42dd32c6 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Mon, 26 Jul 2010 23:34:13 +0000 Subject: [PATCH] modified to compare final files git-svn-id: https://svn.code.sf.net/p/freetel/code@161 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/src/listen.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codec2/src/listen.sh b/codec2/src/listen.sh index 1a1676c5..816fd806 100755 --- a/codec2/src/listen.sh +++ b/codec2/src/listen.sh @@ -2,9 +2,12 @@ # listen.sh # David Rowe 10 Sep 2009 # -# Run menu with common sample file options, headphone version +# Run menu with common sample file options -../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_lsp.raw $1_phase0_lpc10.raw $1_phase0_lsp.raw ../raw/$1_g729a.raw $2 $3 +# listen to various modelling and quantisation steps +#../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_lsp.raw $1_phase0_lpc10.raw $1_phase0_lsp.raw ../raw/$1_g729a.raw $2 $3 +# compare to other codecs +../script/menu.sh ../raw/$1.raw $1_phase0_lsp.raw ../raw/$1_g729a.raw ../raw/$1_gsm13k.raw ../raw/$1_speex_8k.raw $2 $3 -- 2.25.1