Viewing a single comment thread. View all comments

potatodemon t1_iwaxac1 wrote

Absolutely you can! Here is a great talk from PyCon a few years ago detailing how one programmer developed a method of programming using voice commands only. https://youtu.be/8SkdfdXWYaI

2

badhandml OP t1_iwb3bya wrote

Thank you!

1

potatodemon t1_iwease5 wrote

Oh also OpenAI whisper is shockingly good and open-source if you want to play around with speech detection via Python https://openai.com/blog/whisper/

2

badhandml OP t1_iwfomyy wrote

I'll check this out - thanks! In general I have not had much trouble dictating standard text, but programming has been challenging.

1