User Activity

  • Posted a comment on discussion Help on eSpeak: speech synthesis

    When you want eSpeak to speak from a Win10 QB64 program I use the following line: SHELL _HIDE "eSpeak -v en-us This_is_What_U_Want_to_Say" You don't need to DECLARE LIBRARY or DIM anything just include your variation of the above line as a QB64 line.

  • Posted a comment on ticket #7 on eSpeak: speech synthesis

    Why is there no sound when the same line is entered in DOS prompt it works

  • Posted a comment on discussion Help on eSpeak: speech synthesis

    This eSpeak sample program runs on Win 10 QB64 but there is no sound. The Task Master shows that eSpeak is opened. DECLARE LIBRARY FUNCTION WinExec (lpCmdLine AS STRING, BYVAL nCmdShow AS LONG) END DECLARE DECLARE SUB eSpeak (lines$) DIM SHARED eSpeak_exe$ eSpeak_exe$ = " espeak.exe -v en-us+f2 -p60 -g5 -k20 " A$ = "Hello How are you" eSpeak A$ A$ = "Goodbye" eSpeak A$ END SUB eSpeak (lines$) Filename$ = eSpeak_exe$ + CHR$(34) + lines$ + CHR$(34) + CHR$(13) x = WinExec(Filename$ + CHR$(0), 0) PRINT...

  • Posted a comment on discussion Help on eSpeak: speech synthesis

    No "Links" just Windows 10 running QB64.

View All

Personal Data

Username:
lukes52
Joined:
2018-07-15 04:04:58

Projects

This is a list of open source software projects that Luke Smith is associated with:

  • Braile Sound Program for Blind youth to learn their braille alphabet. Last Updated:

Personal Tools