piper-tts / piper /const.py
DLI-SLQ's picture
Upload 9 files
35f6708
raw
history blame
106 Bytes
"""Constants"""
PAD = "_" # padding (0)
BOS = "^" # beginning of sentence
EOS = "$" # end of sentence