<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


STREAM Search:

In Speech Words in TurboForth Kernal

Word Name: STREAM
Type: Standard word
Data Stack Signature: address count --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Streams count raw bytes to the speech synthesizer from a buffer in CPU memory beginning at address address.

Example:

none

Comment:

The byte stream is a previously calculated LPC (Linear Predictive Coding) formatted stream.

Note: The speech synthesizer FIFO queue is serviced when VDP accessed. Therefore, to ensure smooth access, it is advisable to perform some VDP access periodically.

Note: It is not neccessary to determine if a user's machine has a speech synthesizer fitted or not; if the speech synthesizer is not fitted then all speech related words silently exit with no error.

See Also: TERMINAL?  SAY 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>