debian12 vmware on windows 10
docker run -p 10200:10200 rhasspy/wyoming-piper
output
docker run -p 10200:10200 --voice="en-gb-southern_english_female-low" rhasspy/wyoming-piper
root@debian:~# docker pull rhasspy/wyoming-whisper
Using default tag: latest
latest: Pulling from rhasspy/wyoming-whisper
5d0aeceef7ee: Pull complete
4f4fb700ef54: Pull complete
4c40534c4274: Pull complete
560d866274d3: Pull complete
Digest: sha256:e48b6f36f21c6e34cc2f6859293a282e740a56aff63a1ad3b8a67ee33d33b331
Status: Downloaded newer image for rhasspy/wyoming-whisper:latest
docker.io/rhasspy/wyoming-whisper:latest
docker run -p 10200:10200 rhasspy/wyoming-piper
output
root@raspberrypi:~# docker run -p 10200:10200 rhasspy/wyoming-piper
usage: __main__.py [-h] --piper PIPER --voice VOICE [--uri URI] --data-dir
DATA_DIR [--download-dir DOWNLOAD_DIR] [--speaker SPEAKER]
[--noise-scale NOISE_SCALE] [--length-scale LENGTH_SCALE]
[--noise-w NOISE_W] [--auto-punctuation AUTO_PUNCTUATION]
[--samples-per-chunk SAMPLES_PER_CHUNK]
[--max-piper-procs MAX_PIPER_PROCS] [--update-voices]
[--debug]
__main__.py: error: the following arguments are required: --voice
docker run -p 10200:10200 --voice="en-gb-southern_english_female-low" rhasspy/wyoming-piper
0