LICENSE
README.md
pyproject.toml
setup.cfg
game_translator/__init__.py
game_translator/__main__.py
game_translator/game_translator.py
game_translator/audio/__init__.py
game_translator/audio/record.py
game_translator/aws_streaming_transcription/__init__.py
game_translator/aws_streaming_transcription/live_stream.py
game_translator/aws_streaming_transcription/prerecorded_stream.py
game_translator/openai_translation/__init__.py
game_translator/openai_translation/chat.py
game_translator/xunfei_speed_transcription/__init__.py
game_translator/xunfei_speed_transcription/ost_fast.py
game_translator/xunfei_speed_transcription/seve_file.py
openai_game_translator.egg-info/PKG-INFO
openai_game_translator.egg-info/SOURCES.txt
openai_game_translator.egg-info/dependency_links.txt
openai_game_translator.egg-info/entry_points.txt
openai_game_translator.egg-info/requires.txt
openai_game_translator.egg-info/top_level.txt
tests/test_all.py
tests/test_aws_live.py
tests/test_aws_pre.py
tests/test_game_translator.py
tests/test_openai.py
tests/test_record.py
tests/test_xunfei.py