Text-To-Speech v0.9

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

DahanBos(Posted 2006) [#1]
Hello, i have coded a TTS Library with .decls.
If somebody want to test it, i can post it.


DahanBos(Posted 2006) [#2]
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 !!!!!!!!!!!!!!!!!


KuRiX(Posted 2006) [#3]
Looks Great!


John Blackledge(Posted 2006) [#4]
Great.
Can you give us a simple example?


Dragon57(Posted 2006) [#5]
I would like to test it.


John Blackledge(Posted 2006) [#6]
Can you give us a link to a dll and an example?