add LSP quantise of LPC only option
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 4 Oct 2009 01:14:00 +0000 (01:14 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sun, 4 Oct 2009 01:14:00 +0000 (01:14 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@70 01035d8c-6547-0410-b346-abe4f91aad63

codec2/src/code.sh
codec2/src/listen.sh
codec2/src/listen1.sh

index 67af13c7f4dec65ae3743cbd062cfc41ba13b589..63cf5fbbfea1f8a38605e84683bcdc253b1b0b25 100644 (file)
@@ -9,6 +9,7 @@
 ../src/sinedec ../raw/$1.raw $1.mdl -o $1_uq.raw
 ../src/sinedec ../raw/$1.raw $1.mdl --phase 0 -o $1_phase0.raw --postfilter
 ../src/sinedec ../raw/$1.raw $1.mdl --lpc 10 -o $1_lpc10.raw
+../src/sinedec ../raw/$1.raw $1.mdl --lpc 10 --lsp -o $1_lsp.raw
 ../src/sinedec ../raw/$1.raw $1.mdl --phase 0 --lpc 10 -o $1_phase0_lpc10.raw --postfilter
-../src/sinedec ../raw/$1.raw $1.mdl --phase 0 --lpc 10 --lsp 37 -o $1_lsp.raw --postfilter
+../src/sinedec ../raw/$1.raw $1.mdl --phase 0 --lpc 10 --lsp -o $1_phase0_lsp.raw --postfilter
 
index 3d9e08d3e1040b878a3fbfa7ff470e50ca1cf90f..338e0712a00b3850bc182e24ad60bb29bf12c3cb 100755 (executable)
@@ -4,7 +4,7 @@
 #
 # Run menu with common sample file options, headphone version
 
-../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_phase0_lpc10.raw $1_lsp.raw ../raw/$1_speex_8k.raw $2 $3
+../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_speex_8k.raw $2 $3
 
 
 
index 82e65668ccf493b5e1732aca27d29c6f51c74c7c..cdf03ca8167cf23e03484b301096622625b2443d 100755 (executable)
@@ -4,6 +4,6 @@
 #
 # Run menu with common sample file options, headphone version
 
-../script/menu.sh ../raw/$1.raw $1_uq.raw $1_phase0.raw $1_lpc10.raw $1_phase0_lpc10.raw $1_lsp.raw ../raw/$1_speex_8k.raw $2 $3 -d /dev/dsp1
+../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_speex_8k.raw $2 $3 -d /dev/dsp1