"--load Load voice from a file in current directory by name.\n" | "--load Load voice from a file in current directory by name.\n" | ||||
"-h, --help Show this help.\n"; | "-h, --help Show this help.\n"; | ||||
int samplerate; | |||||
static int samplerate; | |||||
bool quiet = false; | bool quiet = false; | ||||
unsigned int samples_total = 0; | unsigned int samples_total = 0; | ||||
unsigned int samples_split = 0; | unsigned int samples_split = 0; |