-
Notifications
You must be signed in to change notification settings - Fork 78
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:.
You can use it by opening a channel to it, e.g. in BASIC:
OPEN #1,8,0,"P4:"
By printing text to this channel, just as a printer, SAM will recite the output to your audio speaker.
PRINT #1;"HELLO!"
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.
Copyright 2024 Contributors to the FujiNetWIFI project.
Join us on Discord: https://discord.gg/7MfFTvD
- Home
- What is FujiNet?
- The Definition of Done
- Board bring up for FujiNet Platform.IO code
- The Complete Linux CLI Guide
- The Complete macOS CLI Guide
- Development Env for Apps
- FujiNet-Development-Guidelines
- System Quickstarts
- FujiNet Flasher
- Setting up a TNFS Server
- FujiNet Configuration File: fnconfig.ini
- AppKey Registry - SIO Command $DC Open App Key
- CP-M Support
- BBS
- Official Hardware Versions
- Prototype Board Revisions
- FujiNet Development Guidelines
- Atari Programming
- Apple Programming
- C64 Programming
- ADAM Programming
- Testing Plan
- Hacker List
- FujiNet VirtualMachine