NAME

TTS::Flite - Perl extension for blah blah blah

SYNOPSIS

use TTS::Flite;

my $flite = TTS::Flite->new();

$flite->init();  # call it only once, before calling tts.

$flite->tts("Some string");
$flite->tts("Some other string");

DESCRIPTION

You need to install flite before using this module. on ubuntu you can do this by `sudo apt install libflite1`

COPYRIGHT AND LICENSE

Copyright (C) 2019 by Rajkumar Reddy

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.26.1 or, at your option, any later version of Perl 5 you may have available.