KoljaB / RealtimeTTS

Converts text to speech in realtime
1.39k stars 119 forks source link

Pyaudio error while installing RealtimeTTS module #54

Closed eraclioone closed 3 months ago

eraclioone commented 3 months ago

image

Why is this come out?

KoljaB commented 3 months ago

Looks like installation of PyAudio failed (some issue with building the package from source). You could try to resolve using:

sudo apt-get update
sudo apt-get install gcc
sudo apt-get install libasound-dev
sudo apt-get install python3-pyaudio

These should install GCC compiler, ALSA lib dev files, and the PyAudio package without needing to compile from source. For more infos about PyAudio installation on Linux, pls refer to the PyAudio installation documentation.

eraclioone commented 3 months ago

Thanks for your kind response. By the way, can torch work on any vps or virtual machines?

eraclioone commented 3 months ago

image It always shows this. 'killed'

KoljaB commented 3 months ago

No idea about torch and vps, i have zero experience with that. Could be memory related, maybe adding swap space helps. But this is so linux related and I am a noob on this platform.

eraclioone commented 3 months ago

Ok, thank you, great help.