Skip to content

Using SAM (Voice Synthesizer)

Thomas Cherryhomes edited this page Sep 18, 2020 · 11 revisions

#FujiNet contains a built in S.A.M. speech synthesizer that is available on printer port P4:.

Open a channel to P4:

You can use it by opening a channel to it, e.g. in BASIC:

OPEN #1,8,0,"P4:"

Ask him to say Hello!

By printing text to this channel, just as a printer, SAM will recite the output to your audio speaker.

PRINT #1;"HELLO!"

Defaults

By default, SAM runs with the following parameters

Setting value
Phoneme Mode OFF
Sing Mode OFF
Speed 72
Pitch 64
Throat 128
Mouth 128

These can be re-called at any time by sending a CTRL-R as part of the print stream, e.g.

Clone this wiki locally