efugier / smartcat

Putting a brain behind `cat`🐈‍⬛ Integrating language models in the Unix commands ecosystem through text streams.
https://crates.io/crates/smartcat
Apache License 2.0
77 stars 9 forks source link

Add voice as a feature #23

Open liborw opened 3 months ago

liborw commented 3 months ago

Would it be possible to add voice recognotion as feature, so someone who is not interested in it can disable it completely?

efugier commented 3 months ago

Hey, that's actually what I wanted to do initially and it's the ultimate goal. It was faster to develop and prototype this way but in the future this is definitely what I am aiming at.

To be honest it's pretty gimmicky and I extremely rarely use it myself.

Are you having trouble compiling because of the library needed by the voice recognition? Why would you want to ignore that feature? (just to gauge the priority of the refactoring, I don't have much time atm)

PRs are welcome though :slightly_smiling_face:

liborw commented 3 months ago

Great, no truble compiling, just tought that it would be nice te let the user omit this feature.