.TH "open_jtalk" "1" .SH "NAME" open_jtalk \(em Japanese TTS system .SH "SYNOPSIS" .PP \fBopen_jtalk\fR [\fBoptions\fP] [\fBinfile\fP] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBopen_jtalk\fR command. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. Instead, it has documentation in the GNU \fBInfo\fP format; see below. .PP \fBopen_jtalk\fR is a program that synthesize speech waveform from Japanese texts. It uses HMMs trained by the HMM-based speech synthesis system (HTS). .SH "OPTIONS" .PP A summary of options is included below. .IP "\fB-x dir\fP" 10 dictionary directory .IP "\fB-m htsvoice\fP" 10 HTS voice files .IP "\fB-ow s\fP" 10 filename of output wav audio (generated speech) .IP "\fB-ot s\fP" 10 filename of output trace information .IP "\fB-s i\fP" 10 sampling frequency [ auto][ 1\-\- ] .IP "\fB-p i\fP" 10 frame period (point) [ auto][ 1\-\- ] .IP "\fB-a f\fP" 10 all-pass constant [ auto][ 0.0\-\- 1.0] .IP "\fB-b f\fP" 10 postfiltering coefficient [ 0.0][ 0.0\-\- 1.0] .IP "\fB-r f\fP" 10 speech speed rate [ 1.0][ 0.0\-\- ] .IP "\fB-fm f\fP" 10 additional half-tone [ 0.0][ \-\- ] .IP "\fB-u f\fP" 10 voiced/unvoiced threshold [ 0.5][ 0.0\-\- 1.0] .IP "\fB-jm f\fP" 10 weight of GV for spectrum [ 1.0][ 0.0\-\- ] .IP "\fB-jf f\fP" 10 weight of GV for log F0 [ 1.0][ 0.0\-\- ] .IP "\fB-z i\fP" 10 audio buffer size (if i==0, turn off) [ 0][ 0\-\- ] .IP "\fBinfile\fP" 10 text file [stdin] .SH "EXAMPLE" .PP If you installed hts-voice-nitech-jp-atr503-m001 in the current directory, the following command let you make a voice file from input.txt: .PP .RS .PP .nf % open_jtalk \-s 48000 \-p 240 \-a 0.55 \\ \-m nitech_jp_atr503_m001.htsvoice \\ \-ow output.wav \\ \-x dic_dir input.txt .fi .PP .RE .SH "AUTHOR" .PP This manual page was written by Koichi Akabe vbkaisetsu@gmail.com for the \fBDebian\fP system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man