homeskies / uw_common

Skills and non-robot dependent code
0 stars 0 forks source link

Basic ASR #1

Closed nickswalker closed 4 years ago

nickswalker commented 4 years ago

Villa uses a custom Google ASR wrapper. We found that it worked quite well, but of course it's not free. A pain point of the wrapper was that it was not amenable to swapping out for another provider or a local solution.

Looking around, I see another team just wraps a python package that has many service wrappers. This is where we should start.