saysynth.core
saysynth.core
contains Classes for generating and musical passages in Apple's SpeechSynthesis DSL.
1""" 2 3`saysynth.core` contains Classes for generating and musical passages in Apple's SpeechSynthesis DSL. 4 5<center><img src="/assets/img/coffee.png"></img></center> 6 7""" 8from .arp import Arp # noqa: F401 9from .chord import Chord # noqa: F401 10from .font import Font # noqa: F401 11from .lyrics import Lyrics # noqa: F401 12from .midi_track import MidiTrack # noqa: F401 13from .note import Note # noqa: F401 14from .segment import Segment # noqa: F401 15from .word import Word # noqa: F401