BLOAD "mytext.txt" --> TTSTALK

Post Reply
Javi
Posts: 29
Joined: Sat Jun 11, 2022 5:14 am
Been thanked: 10 times

BLOAD "mytext.txt" --> TTSTALK

Post 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$)
Post Reply