-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[NOBUG] How to call the API to convert voice files into text. #30
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Same here... running with docker compose on rpi-4 but i get no response at all, just timeouts... nothing unusual in the logs... |
same here |
@isaacwein @khannover @syzby They are no API, you have to use the wyoming protocol to communicate with the service. |
There is no guidance or pointers on how to use this Docker container. There should be at least an elaboration about the wyoming protocol if this should be used. |
Is there an existing issue for this?
Current Behavior
curl http://localhost:10300/v1/audio/transcriptions -F "file=@33秒.mp3"
do not response anything.
Expected Behavior
return audio text
Steps To Reproduce
docker run -d --name=faster-whisper -e PUID=1000 -e PGID=1000 -e WHISPER_MODEL=tiny-int8 -p 10300:10300 -v E:\02.docker\whisper:/config --restart unless-stopped lscr.io/linuxserver/faster-whisper:latest
curl http://localhost:10300/v1/audio/transcriptions -F "file=@33秒.mp3"
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: