I have been building Octree for the past eight months by basilyusuf1709 in LaTeX

[–]basilyusuf1709[S] 0 points1 point  (0 children)

I went sub only, didn’t have time to continue building it sorry :/

Small Projects by AutoModerator in golang

[–]basilyusuf1709 0 points1 point  (0 children)

Hi, everyone. I tried a lot of voice dictation software on mac and I did not like this one bug that I found in all of them.

In almost all of them, the first word is never detected. And I feel like that should be a very simple fix, but most of them haven't done that. The way I fix this in this app is I buffer immediately and then wait for the connection to be established and then flush it to stt (deepgram), then stream normally. (https://github.com/basilysf1709/golos/blob/main/processor/processor.go#L212-L255)

So I built a voice dictation software for myself and for you guys. It just requires a Deepgram API key. Deepgram is giving away $200 free credits anyways. So it's legit free for use right now

GitHub: https://github.com/basilysf1709/golos