CLI tool to touch VOICEPEAK from the command line.
Execute the following command to speak the string passed as an argument.
vpeak こんにちは!
Converts all text files(.txt
) in the directory specified by the -d
option to audio files (.wav
).
vpeak -d your-dir
Multiple options can be combined.
# ex: Convert a text file in the testdir directory into a voice file with the voice of Japanese Female 1.
vpeak -d testdir -n f1
Run the help
command for more information.
vpeak -h
Tested only under the following conditions.
Currently only M1 or later(arm64) mac are supported
VOICEPEAK must be updated to the latest version in order to use vpeak.
I am testing with 1.2.2.
MIT