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