.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pyrightconfig.json
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
g_speech.egg-info/PKG-INFO
g_speech.egg-info/SOURCES.txt
g_speech.egg-info/dependency_links.txt
g_speech.egg-info/entry_points.txt
g_speech.egg-info/requires.txt
g_speech.egg-info/scm_file_list.json
g_speech.egg-info/scm_version.json
g_speech.egg-info/top_level.txt
gspeech/__init__.py
gspeech/__main__.py
gspeech/_cache.py
gspeech/audio.py
gspeech/cli.py
gspeech/client.py
gspeech/config.py
gspeech/exceptions.py
gspeech/player.py
gspeech/preloader_thread.py
gspeech/py.typed
gspeech/speech.py
gspeech/speech_segment.py
gspeech/version.py
tests/__init__.py
tests/test_audio.py
tests/test_cache.py
tests/test_cli.py
tests/test_client.py
tests/test_integration.py
tests/test_player.py
tests/test_preloader.py
tests/test_speech.py