It would be great if there was a button in oterm that would allow voice input, i.e. record audio, transcribe, and send the result to ollama.
There exist tools like https://github.com/DrewPear309/ollama-talk or https://github.com/maudoin/ollama-voice that use Whisper (https://github.com/openai/whisper) or Vosk (https://github.com/alphacep/vosk-api) for the transcription, but are separate tools and do not integrate into oterm. This also output the responses from Ollama, which might not always be necessary or desirable.
It would be great if there was a button in
otermthat would allow voice input, i.e. record audio, transcribe, and send the result to ollama.There exist tools like https://github.com/DrewPear309/ollama-talk or https://github.com/maudoin/ollama-voice that use Whisper (https://github.com/openai/whisper) or Vosk (https://github.com/alphacep/vosk-api) for the transcription, but are separate tools and do not integrate into
oterm. This also output the responses from Ollama, which might not always be necessary or desirable.