Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires audio library evenwhen it's unused #6

Open
agathakazar opened this issue Aug 7, 2024 · 0 comments
Open

Requires audio library evenwhen it's unused #6

agathakazar opened this issue Aug 7, 2024 · 0 comments

Comments

@agathakazar
Copy link

Traceback (most recent call last):
  File "/tmp/tts/test.py", line 3, in <module>
    from TeraTTS import TTS
  File "/tmp/tts/venv/lib/python3.10/site-packages/TeraTTS/__init__.py", line 1, in <module>
    from .infer_onnx import TTS
  File "/tmp/tts/venv/lib/python3.10/site-packages/TeraTTS/infer_onnx.py", line 3, in <module>
    import sounddevice as sd
  File "/tmp/tts/venv/lib/python3.10/site-packages/sounddevice.py", line 71, in <module>
    raise OSError('PortAudio library not found')
OSError: PortAudio library not found

Даже если просто пытаться генерировать .wav файлы, без проигрывания

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant