Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable cloud reco without hotword detection #103

Open
wants to merge 32 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
05ff996
Add ioBroker to "used in" list.
GermanBluefox May 18, 2019
f777cbf
1.0.2
evancohen Jun 3, 2019
2042ca7
1.0.3
evancohen Jun 3, 2019
efb3cfb
Add edit link to README
evancohen Jun 8, 2019
24094a8
enable cloud detection without hotword detection, single phrase
sdetweil Jun 11, 2020
ba51948
remove blank last line
sdetweil Jun 11, 2020
d6a4f83
missing }
sdetweil Jun 11, 2020
f18e906
add detecvtor on error handler, catch errors from noise transitions
sdetweil Jun 12, 2020
51c79fb
unpipe mic on stop, so detector doesn't fatal throw
sdetweil Jun 15, 2020
7bf71b8
fix ArecordHelper restart to avoid recursion
sdetweil Aug 8, 2020
d3587a5
update google assistant version
sdetweil Mar 13, 2021
f516e46
update version number
sdetweil Mar 13, 2021
a5209c6
use latest snowboy
sdetweil Mar 17, 2021
faf3621
fix package.json synatx error
sdetweil Mar 17, 2021
8676395
add timeout restart delay and move flag for restarting recursion
sdetweil Mar 28, 2021
2a99755
Merge branch 'master' of https://github.com/sdetweil/sonus
sdetweil Mar 28, 2021
122c4af
add call out to waitRunning to insure arecord has stopped before rest…
sdetweil May 15, 2021
9c3c84a
fix package to pre-install cblas
sdetweil Oct 24, 2021
4d63bb0
add python to preinstall
sdetweil Oct 24, 2021
30d2972
Update package.json
sdetweil Apr 6, 2024
c182553
Update package.json
sdetweil Apr 6, 2024
be46749
Update package.json
sdetweil Jul 1, 2024
c1d53c7
import from EXT-Detector
bugsounet Jul 2, 2024
1f3872f
chmod +x postinstall
bugsounet Jul 2, 2024
7afad0f
add binding.gyp
bugsounet Jul 2, 2024
28fa727
update path
bugsounet Jul 2, 2024
f86b67a
Fix package-lock.json
bugsounet Jul 2, 2024
ea95c70
add gitignore (to finalize)
bugsounet Jul 2, 2024
61071f8
correct path // add common.res
bugsounet Jul 2, 2024
e554729
try to fix path
bugsounet Jul 2, 2024
79f9bd4
Merge pull request #1 from bugsounet/master
sdetweil Jul 2, 2024
14093b5
fix paths
sdetweil Jul 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
correct path // add common.res
bugsounet committed Jul 2, 2024
commit 61071f8f1227f993d0d3f9a92d9193496c9cecd1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -8,10 +8,10 @@
"preinstall": "./preinstall",
"postinstall": "./postinstall"
},
"typings": "components/lib/node/index.d.ts",
"typings": "snowboy/lib/node/index.d.ts",
"binary": {
"module_name": "snowboy",
"module_path": "./components/lib/node/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"module_path": "./snowboy/lib/node/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://github.com/bugsounet/snowboy"
Binary file added snowboy/common.res
Binary file not shown.