Skip to content

Commit

Permalink
compress to gsm
Browse files Browse the repository at this point in the history
  • Loading branch information
hgneng committed Aug 8, 2023
1 parent 473289e commit 796241e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified ekho-data/pinyin.index
Binary file not shown.
Binary file modified ekho-data/pinyin.voice
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/wav_dir_to_gsm.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
print "processing $file\n";
# convert to lower case for Korean
$symbol = lc($symbol);
system("sox $src_dir/$file -e gsm-full-rate -t wav -r 16000 $tgt_dir/$symbol.gsm");
system("sox $src_dir/$file -e gsm-full-rate -t wav $tgt_dir/$symbol.gsm");
}
}
closedir(SRC_DIR);

0 comments on commit 796241e

Please sign in to comment.