Text-To-Speech v0.9

Blitz3D Forums/Blitz3D Userlibs/Text-To-Speech v0.9

Hello, i have coded a TTS Library with .decls.
If somebody want to test it, i can post it.

Here is the last .decls content :
------------------------------------------------------------------------------
;//************************************************************
;// APPLICATION : NARRATOR
;// PROJET : SHK X.0
;//------------------------------------------------------------
;// AUTEUR : Dahan|BOS
;// CREATION : 06/04/2006
;//------------------------------------------------------------
;// CONTACT : crauparty@...
;// : http://www.softahanprod.com
;//------------------------------------------------------------
;// Description : A tribute to da blitzbasic and Amiga demoscene :)
;//------------------------------------------------------------
;// Liste de fonctions :
;//
;//
;//
;//************************************************************
.lib "Narrator.dll"

; Init. système
narrator_init%():"?narrator_init@@YAHXZ"

; Pause da TTS system
narrator_pause%():"?narrator_pause@@YAHXZ"

; Speak :)
narrator_speak%(a$):"?narrator_speak@@YAHPAX@Z"

; Stop :)
narrator_stop%():"?narrator_stop@@YAHXZ"

; About
;BTTS_About$():"?About@@YAPADXZ"

; Close
narrator_close():"?narrator_close@@YGHXZ"

; Speaking male
narrator_male%():"?narrator_male@@YAHXZ"

; Speaking female
narrator_female%():"?narrator_female@@YAHXZ"

; Speaking release
narrator_release%():"?narrator_release@@YAHXZ"

; Speaking resume
narrator_resume%():"?narrator_resume@@YAHXZ"

; Speaking time
narrator_time%():"?narrator_time@@YAJXZ"

; Speaking word
narrator_word%():"?narrator_word@@YAHXZ"
------------------------------------------------------------------------------
AMIGA RULES !!!!!!!!!!!!!!!!!

Looks Great!

Great.
Can you give us a simple example?

I would like to test it.

Can you give us a link to a dll and an example?