MANIFEST.in
README.md
setup.py
saysynth/__init__.py
saysynth/constants.py
saysynth/utils.py
saysynth/version.py
saysynth.egg-info/PKG-INFO
saysynth.egg-info/SOURCES.txt
saysynth.egg-info/dependency_links.txt
saysynth.egg-info/entry_points.txt
saysynth.egg-info/requires.txt
saysynth.egg-info/top_level.txt
saysynth/cli/__init__.py
saysynth/cli/colors.py
saysynth/cli/options.py
saysynth/cli/commands/__init__.py
saysynth/cli/commands/arp.py
saysynth/cli/commands/chord.py
saysynth/cli/commands/demo.py
saysynth/cli/commands/font.py
saysynth/cli/commands/list.py
saysynth/cli/commands/midi.py
saysynth/cli/commands/note.py
saysynth/cli/commands/seq.py
saysynth/cli/commands/stop.py
saysynth/cli/commands/version.py
saysynth/cli/commands/demos/1-frogs.yml
saysynth/cli/commands/demos/2-beep-blue.yml
saysynth/cli/commands/demos/3-monks.yml
saysynth/cli/commands/demos/4-ascend.yml
saysynth/cli/commands/demos/5-fire.yml
saysynth/core/__init__.py
saysynth/core/arp.py
saysynth/core/base.py
saysynth/core/chord.py
saysynth/core/controller.py
saysynth/core/font.py
saysynth/core/lyrics.py
saysynth/core/midi_track.py
saysynth/core/note.py
saysynth/core/segment.py
saysynth/core/word.py
saysynth/lib/__init__.py
saysynth/lib/midi.py
saysynth/lib/nlp.py
saysynth/lib/say.py
scripts/__init__.py
scripts/classify_phonemes.py
tests/__init__.py
tests/test_cli_options.py
tests/test_core.py
tests/test_midi.py
tests/test_nlp.py
tests/test_say.py
tests/test_utils.py