Speech synthesis: Difference between revisions

→‎Print each word as speak: in sp_Word changed the ByRef pass to ByVal
(Speech synthesis en FreeBASIC)
(→‎Print each word as speak: in sp_Word changed the ByRef pass to ByVal)
Line 312:
EndStream=False
Function sp_Word {
Read New &StreamNumber, &StreamPosition, &CharacterPosition, &Length
Rem: Print StreamNumber, StreamPosition, CharacterPosition, Length
Print Mid$(That$, CharacterPosition+1, Length);" ";
404

edits