Metadata-Version: 2.4
Name: samtts
Version: 0.1.0
Summary: A Python port of Software Automatic Mouth Test-To-Speech program.
Author-email: Quan Lin <jacklinquan@gmail.com>
Project-URL: Homepage, https://github.com/jacklinquan/samtts
Keywords: sam,tts
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: simpleaudio
Requires-Dist: typer
Provides-Extra: dev
Requires-Dist: simpleaudio; extra == "dev"
Requires-Dist: typer; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkdocstrings-python; extra == "dev"
Requires-Dist: black; extra == "dev"

# SAMTTS

A Python port of Software Automatic Mouth Test-To-Speech program.

---

## What is SAM?

SAM is the Text-To-Speech (TTS) software SAM (Software Automatic Mouth) for the Commodore C64
published in the year 1982 by Don't Ask Software (now SoftVoice, Inc.).

This project is an unofficial Python port of SAM. It is translated by hand from the adaption to C by
[Stefan Macke](https://github.com/s-macke/SAM)
and the refactorings by 
[Vidar Hokstad](https://github.com/vidarh/SAM).

---

For details, please refer to the [Homepage](https://github.com/jacklinquan/samtts).
