evancohen / sonus

:speech_balloon: /so.nus/ STT (speech to text) for Node with offline hotword detection
MIT License
618 stars 79 forks source link

snowboy 1.3.0 on some HW-systems does not work, but 1.2.0 does #96

Closed GermanBluefox closed 4 years ago

GermanBluefox commented 5 years ago

Can you set the version of snowboy to "1.2.0" instead of "^1.2.0" till the next 1.3.x version appears. On some HW platforms the 1.3.1 version does not work and the people must manually force the sonus to use 1.2.0.

evancohen commented 5 years ago

The 1.3.1 version has some other issues as well. I'll include this in the next release (shooting for this weekend)

evancohen commented 5 years ago

Okay so I did a bit more of a deep dive and I think I have a better solution. I have write access to the snowboy npm package, so I'm going to crate a specific sonus patch that hosts all of the precompiled binaries elsewhere. This way I don't break anyone else, and anyone who wants to use any of my binaries (and avoid building), can.

I just moved so I'm setting up a new dev environment so I can work on this. Sorry it's taking so long!

evancohen commented 5 years ago

I've built my own binaries for Snowboy 1.3.1 that are compatible with Node 6-12 and have precompiled binaries for darwin (OSX), x64 (most Linux), and ARM (Pi). All of this is included with the most recent version of Sonus (v1.0.2).

GermanBluefox commented 5 years ago

Very strange: image The version is still 1.0.1 in package.json

evancohen commented 5 years ago

How odd... Fixed in v1.0.3

evancohen commented 4 years ago

Closing this because this has been fixed