synesthesiam / voice2json

Command-line tools for speech and intent recognition on Linux
MIT License
1.08k stars 63 forks source link

Transcribe Stream for Python script #81

Closed benimran0 closed 1 year ago

benimran0 commented 1 year ago

Hello

I want to add the transcribe-stream attribute to my Python script. How can I do that? Like:

import voice2json
json_data = voice2json.transcribe_stream()
benimran0 commented 1 year ago

rhasspy-silence, rhasspy-asr-kaldi and rhasspy-nlu helped thanks!