So I have the api working as in I can send audio files and get text back but what I am looking for is a robust way to have streaming functionality. For example, if there is a small duration of silence it should stop recording and send the audio to api etc.

Is there any such library in python?

  • @paf
    link
    34 months ago

    Don’t have knowledge to answer your question but you could check how home assistant does it, I think that should point you to the right direction.