blob: 9ccf739dc29ba863105671c2453a891ce27139e7 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# fq20.shsh
# David Rowe 27 July 2010
#
# Decode a file with fully quantised codec at 20ms frame rate
../src/sinedec ../raw/$1.raw $1.mdl -o $1_phase0_lsp_20_EWo2.raw --phase 0 --lpc 10 --lsp --postfilter --dec
|