Re: [PD] [PD-announce] flite (text to speech) v0.03 test release.

2022-06-06 Thread Lucas Cordiviola

dynamic loading of extra voices would be very cool
This is working now on branch 
https://github.com/Lucarda/pd-flite/tree/threaded if you can compile.


There is more stuff to do for a v0.0.3test2 release.


:)

Mensaje telepatico asistido por maquinas.

On 05/06/2022 06:22, hans w. koch wrote:

thank you, lucas,

its very nice to have this in PD without the need to rely on (on a mac) [shell] 
+ “say” and rerouting of external sound!
dynamic loading of extra voices would be very cool of course…just saying :-)

best
hans



Am 04.06.2022 um 05:59 schrieb Lucas Cordiviola :

Hi Peter,

There seems to be more voices at 
http://festvox.org/flite/packed/flite-2.1/voices/ that can be loaded on the 
fly. (I'm reading a couple of lines above 
https://github.com/festvox/flite#voice-quality)

I should try to implement this in the external.

But first I should drastically improve my "hyper-naive" and "bad" threading 
attempt.


Lucarda

Mensaje telepatico asistido por maquinas.

On 03/06/2022 14:54, Peter P. wrote:

Lucas,

thank you, this is wonderful! Do you know if five voices is a hard-coded
limitation from within the used libraries?

cheersz, Peter

* Lucas Cordiviola  [2022-06-02 11:06]:

Hi all,

"flite" is and old "text to speech" external.

I had made some updates which includes:

   - single binary without dependencies.

   - support for the 5 voices

   - read from a text file

   - threaded functions for "synthesis" and "read file"

There are amd64 builds for tests at
https://github.com/Lucarda/pd-flite/releases
click on "Assets" and get the version for your OS.

Let me know if this is good enough for a Deken release or whatever.


Lucarda.

--
Mensaje telepatico asistido por maquinas.




___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] flite (text to speech) v0.03 test release.

2022-06-05 Thread hans w. koch
thank you, lucas,

its very nice to have this in PD without the need to rely on (on a mac) [shell] 
+ “say” and rerouting of external sound!
dynamic loading of extra voices would be very cool of course…just saying :-)

best
hans


> Am 04.06.2022 um 05:59 schrieb Lucas Cordiviola :
> 
> Hi Peter,
> 
> There seems to be more voices at 
> http://festvox.org/flite/packed/flite-2.1/voices/ that can be loaded on the 
> fly. (I'm reading a couple of lines above 
> https://github.com/festvox/flite#voice-quality)
> 
> I should try to implement this in the external.
> 
> But first I should drastically improve my "hyper-naive" and "bad" threading 
> attempt.
> 
> 
> Lucarda
> 
> Mensaje telepatico asistido por maquinas.
> 
> On 03/06/2022 14:54, Peter P. wrote:
>> Lucas,
>> 
>> thank you, this is wonderful! Do you know if five voices is a hard-coded
>> limitation from within the used libraries?
>> 
>> cheersz, Peter
>> 
>> * Lucas Cordiviola  [2022-06-02 11:06]:
>>> Hi all,
>>> 
>>> "flite" is and old "text to speech" external.
>>> 
>>> I had made some updates which includes:
>>> 
>>>   - single binary without dependencies.
>>> 
>>>   - support for the 5 voices
>>> 
>>>   - read from a text file
>>> 
>>>   - threaded functions for "synthesis" and "read file"
>>> 
>>> There are amd64 builds for tests at
>>> https://github.com/Lucarda/pd-flite/releases
>>> click on "Assets" and get the version for your OS.
>>> 
>>> Let me know if this is good enough for a Deken release or whatever.
>>> 
>>> 
>>> Lucarda.
>>> 
>>> -- 
>>> Mensaje telepatico asistido por maquinas.
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> Pd-announce mailing list
>>> pd-annou...@lists.iem.at
>>> https://lists.puredata.info/listinfo/pd-announce
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> https://lists.puredata.info/listinfo/pd-list
>> 
>> 
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> 
>> https://lists.puredata.info/listinfo/pd-list
> 
> 
> 
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] flite (text to speech) v0.03 test release.

2022-06-03 Thread Lucas Cordiviola

Hi Peter,

There seems to be more voices at 
http://festvox.org/flite/packed/flite-2.1/voices/ that can be loaded on 
the fly. (I'm reading a couple of lines above 
https://github.com/festvox/flite#voice-quality)


I should try to implement this in the external.

But first I should drastically improve my "hyper-naive" and "bad" 
threading attempt.



Lucarda

Mensaje telepatico asistido por maquinas.

On 03/06/2022 14:54, Peter P. wrote:

Lucas,

thank you, this is wonderful! Do you know if five voices is a hard-coded
limitation from within the used libraries?

cheersz, Peter

* Lucas Cordiviola  [2022-06-02 11:06]:

Hi all,

"flite" is and old "text to speech" external.

I had made some updates which includes:

   - single binary without dependencies.

   - support for the 5 voices

   - read from a text file

   - threaded functions for "synthesis" and "read file"

There are amd64 builds for tests at
https://github.com/Lucarda/pd-flite/releases
click on "Assets" and get the version for your OS.

Let me know if this is good enough for a Deken release or whatever.


Lucarda.

--
Mensaje telepatico asistido por maquinas.




___
Pd-announce mailing list
pd-annou...@lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list




___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [PD-announce] flite (text to speech) v0.03 test release.

2022-06-03 Thread Peter P.
Lucas,

thank you, this is wonderful! Do you know if five voices is a hard-coded
limitation from within the used libraries?

cheersz, Peter

* Lucas Cordiviola  [2022-06-02 11:06]:
> Hi all,
> 
> "flite" is and old "text to speech" external.
> 
> I had made some updates which includes:
> 
>   - single binary without dependencies.
> 
>   - support for the 5 voices
> 
>   - read from a text file
> 
>   - threaded functions for "synthesis" and "read file"
> 
> There are amd64 builds for tests at
> https://github.com/Lucarda/pd-flite/releases
> click on "Assets" and get the version for your OS.
> 
> Let me know if this is good enough for a Deken release or whatever.
> 
> 
> Lucarda.
> 
> -- 
> Mensaje telepatico asistido por maquinas.
> 
> 
> 
> 
> ___
> Pd-announce mailing list
> pd-annou...@lists.iem.at
> https://lists.puredata.info/listinfo/pd-announce
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list