tts - Man Page
Examples (TL;DR)
- Run text-to-speech with the default models, writing the output to "tts_output.wav":
tts --text "text" - List provided models:
tts --list_models - Query info for a model by idx:
tts --model_info_by_idx model_type/model_query_idx - Query info for a model by name:
tts --model_info_by_name model_type/language/dataset/model_name - Run a text-to-speech model with its default vocoder model:
tts --text "text" --model_name model_type/language/dataset/model_name - Run your own text-to-speech model (using the Griffin-Lim vocoder):
tts --text "text" --model_path path/to/model.pth --config_path path/to/config.json --out_path path/to/file.wav
Version
version 0.91
Synopsis
You have to either pass a file name or pass -e with a template string.
tts -e 'My perl is at <%= $^X %>'
tts /home/burak/template.ttsDescription
This a command line front end to Text::Template::Simple.
Name
tts - Command line interface to Text::Template::Simple
Options
-e String template to execute
--http-header Print a HTTP Header?
--help Display help
--debug Integer. Sets the debuggging level
--debug-tokens Enable token debugging?
--new-cache Flag.
--new-capture-warnings Flag.
--new-safe Flag.
--new-stack Flag.
--new-strict Flag.
--new-verbose_errors Flag.
--new-warn-ids Flag.
--new-monolith Flag.
--new-add-args Add global arguments
--new-cache-dir Path to cache directory
--new-delimiters Sets the delimiters
--new-header Injects a default code onto the template
--new-include-paths List of include paths
--new-iolayer Perl I/O layer
--new-pre-chomp Global pre-chomp
--new-post-chomp Global post-chomp
--compile-param List of parameters to pass to compiler
--compile-id Set the template cache id manually
--compile-map-keys Flag. Enable map keys interface?
--compile-chkmt Flag. Check modification time of the template?Author
Burak Gursoy, <burak@cpan.org>
Copyright
Copyright 2004-2017 Burak Gursoy. All rights reserved.
License
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.0 or, at your option, any later version of Perl 5 you may have available.
Author
Burak Gursoy <burak@cpan.org>
Copyright and License
This software is copyright (c) 2004 by Burak Gursoy.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Info
2025-07-25 perl v5.42.0 User Contributed Perl Documentation