Page 1 of 1

BLOAD "mytext.txt" --> TTSTALK

Posted: Fri Jul 08, 2022 6:45 am
by Javi
¿Hay alguna forma en VR_BASIC de cargar un archivo de texto y luego pasar el contenido de la cadena a TTS TALK?
Aquí está la rutina de pseudocódigo de lo que se necesita.

Code: Select all

M$ = BLOAD "mytext.txt"
CALL TTSTALK(M$)


Is there a way in VR_BASIC to load a text file and then pass the string content to TTS TALK ?
Here is the pseudocode routine of what is needed.

Code: Select all

M$ = BLOAD "mytext.txt"
CALL TTSTALK(M$)