mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
705 stars 158 forks source link

Feature requests #77

Open edgeux opened 5 months ago

edgeux commented 5 months ago
  1. a flag to disable the audio descriptions like [TYPING] [CLOCK TICKING] etc
  2. a flag to issue a READY message when the model is loaded and ready to listen
  3. is spoken punctuation a tricky one? i suppose it would be like watch words. it would be very useful

m

mallorbc commented 3 months ago

I need examples on how 1 is generated.

We have that for point 2.

Point 3 would be cool. Could just map "comma" and "period" to those things.

I will try point 3.