The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Lingua::PT::Speaker - perl extension text to speech of Portuguese text

SYNOPSIS

use Lingua::PT::Speaker;

$pt1 = '/usr/lib/mbrola/pt1/pt1';

Lingua::PT::speaker::debug() if $debug;

my $tmp="/tmp/_$$";

$/="" if  $l;
while($line = <>){
   speak({output => "$tmp.pho"}, $line);
   system("mbrola -t $t $pt1 $tmp.pho $tmp.wav; play $tmp.wav"); 
}

DESCRIPTION

EXPORT

AUTHOR

J.Joao Almeida, jj@di.uminho.pt

Alberto Simões, albie@alfarrabio.di.uminho.pt

SEE ALSO

Lingua::PT::PLN

mbrola

mbrola/pt1

perl(1).

1 POD Error

The following errors were encountered while parsing the POD:

Around line 66:

Non-ASCII character seen before =encoding in 'Simões,'. Assuming CP1252