asticode / go-astideepspeech

Golang bindings for Mozilla's DeepSpeech speech-to-text library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upcoming 1.0 and renaming

lissyx opened this issue · comments

Hello,

1.0 is close, and part of the work for that involves one painful change: we need to rename the project to Mozilla Voice STT.
It also means library itself and the API need to get renamed: libdeepspeech.so -> libmozilla_voice_stt.so and API DS_* becomes STT_*.

Besides this renaming, there should be no other change. I can help and prepare a PR to update once we have completed some painful renaming on our side (CI, packages everywhere).

For clarity, it might be good if you could rename your binding as well, but we do not want to force you as well.

OK good to know, your help would be greatly appreciated!

What do you have in mind in terms of renaming the binding?

Other binding switched to use mozilla-voice-stt for consistency with us, so if it works for you thats our suggestion 😊

Did they rename their repo as well?

I dont think they acted yet, and it really depends on you and your users, if you think its okay to rename your repo or if it's going to be too much of a mess. We will rename ours, though.

OK, I won't rename the repo for now. I'll wait for your PR then

I created a PR for this so we can finally close this issue.
@lissyx could you add a link to astideepspeech back on your examples web page once the PR is merged?

Thanks for the fantastic work guys!

I created a PR for this so we can finally close this issue. @lissyx could you add a link to astideepspeech back on your examples web page once the PR is merged?

? I don't understand your request.

@lissyx on this How is Coqui STT implemented? page the golang bindings are still mentioned but the link to this repo has disappeared.
Since asti's bindings work against v1.0 now it would be nice to link back to this repo in the examples section.

@lissyx on this How is Coqui STT implemented? page the golang bindings are still mentioned but the link to this repo has disappeared. Since asti's bindings work against v1.0 now it would be nice to link back to this repo in the examples section.

I am not working on Coqui, you should ask @reuben

We'll be happy to re-link to the bindings once the PR is reviewed and merged!

FYI I've merged the PR. URL to the repo is https://github.com/asticode/go-asticoqui

Thanks in advance for any re-link ❤️