#include "Test_Support.cpp"
#include "SoundFile.h"
#include "LPC.h"
Defines | |
| #define | IN_FILE_NAME "/Volumes/Content/Sound/3-IKnowGod/MKGandhi/1.2a.aif" |
| #define | LPC_FILE_NAME "lpc-coeff.data" |
| #define | RESIDUAL_FILE_NAME "lpc-residual.aiff" |
| #define | WINDOW_SIZE 1024 |
| #define | LPC_ORDER 20 |
| #define | ANALYZE_FILE |
Functions | |
| int | main (int argc, const char *argv[]) |
|
|
Cmd-line options (see the handler in Test_Support.cpp): -r samp-rate -b blk-siz -o num-out-ch -i num-in-ch -v verbosity -l log-period -p out-port -u |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
MAIN -- Save 2 files for the LPC and residual of the given input file This plays the residual on analysis |
1.4.5-20051010