rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
654 stars 94 forks source link

Camera stream as microphone #24

Open luzik opened 10 months ago

luzik commented 10 months ago

Please support option to use camera stream as microphone (rtsp, ..)

In Rhasspy I was using:

1 │ microphone: 23 │ │ command: --sample-rate 16000 --sample-width 2 --channels 1 --record-command 'gst-launch-1.0 1 │ │ │ rtspsrc location=rtsp://admin:pass@192.168.1.1:8080/h264_ulaw.sdp latency=0 2 │ │ │ select-stream=stream_0 ! rtppcmudepay ! mulawdec ! audioconvert ! audioresample 3 │ │ │ ! audio/x-raw, rate=16000 ! filesink location=/dev/stdout' --debug --host mosquitto 4 │ │ │ --port 1883 --site-id default --username user --password pass

peewi96 commented 10 months ago

+1 being able to use camera stream as microphone would allow me to migrate away from Rhasspy 👍