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

运行服务器没反应,客户端运行后只输出:[INFO]: * recording #202

Open
Jacoo520 opened this issue Apr 9, 2024 · 1 comment

Comments

@Jacoo520
Copy link

Jacoo520 commented Apr 9, 2024

我在尝试windows系统下操作。
服务器运行命令:
python run_server.py --port 9090 --backend faster_whisper

客户端代码:

from whisper_live.client import TranscriptionClient
client = TranscriptionClient(
  "localhost",
  9090,
  lang="en",
  translate=False,
  model="small",
  use_vad=False,
)

客户端输出日志:

PS D:\PY> & D:/anaconda3/envs/whisper/python.exe d:/PY/111py.py
[INFO]: * recording
PS D:\PY> 

安装PyAudio:pip install PyAudio,版本号:0.2.14
ffmpeg安装:https://www.ffmpeg.org/download.html
python:Python 3.8.19
torch:2.2.2+cu118
whisper-live:0.4.1
faster-whisper:1.0.1

@makaveli10
Copy link
Collaborator

@Jacoo520 I have been able to run on Windows without any issues. Were you able to resolve the issue?

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

No branches or pull requests

2 participants