39 lines
606 B
Text
39 lines
606 B
Text
*
|
|
!install.sh
|
|
!pyinstaller/*.py
|
|
!pyinstaller/mimic3-server
|
|
!pyinstaller/mimic3-download
|
|
!tests/apope_sample.txt
|
|
!tests/apope_sample_*.wav
|
|
!tests/samples_match.py
|
|
!voices/
|
|
!wheels/
|
|
|
|
!setup.py
|
|
!LICENSE
|
|
!MANIFEST.in
|
|
!README.md
|
|
!requirements.txt
|
|
|
|
# Debian packaging
|
|
!debian/control.in.*
|
|
!debian/bin/*
|
|
|
|
# opentts-abc
|
|
!opentts_abc/*.py
|
|
!opentts_abc/VERSION
|
|
!opentts_abc/py.typed
|
|
|
|
# Mimic 3 TTS
|
|
!mimic3_tts/*.py
|
|
!mimic3_tts/voices.json
|
|
!mimic3_tts/VERSION
|
|
!mimic3_tts/py.typed
|
|
|
|
# HTTP server
|
|
!mimic3_http/css/
|
|
!mimic3_http/img/
|
|
!mimic3_http/templates/
|
|
!mimic3_http/*.py
|
|
!mimic3_http/VERSION
|
|
!mimic3_http/py.typed
|