Commit Graph

103 Commits (master)

Author SHA1 Message Date
kksteini b785638dc0 Disable autoGainControl, echoCancellation and noiseSuppression in recorder 2022-06-03 09:34:00 +09:30
Kris Gesling ae23949ec0
Declare file encoding to fix load failure (#84)
The backend would fail to boot on certain machines without the
encoding explicitly set.
2022-03-22 11:54:49 +09:30
Thorsten Müller 4cfef9c0ad
Added info on "skip" key to tutorial. (#68) 2021-10-27 14:29:28 +09:30
Kris Gesling eb0eb096fa
Merge pull request #30 from MycroftAI/dependabot/npm_and_yarn/frontend/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
2021-10-27 14:24:30 +09:30
Kris Gesling c4546dd378
Merge pull request #34 from MycroftAI/dependabot/npm_and_yarn/frontend/http-proxy-1.18.1
Bump http-proxy from 1.17.0 to 1.18.1 in /frontend
2021-10-27 14:22:55 +09:30
Kris Gesling 592a1329f4
Merge pull request #40 from MycroftAI/dependabot/npm_and_yarn/frontend/elliptic-6.5.4
Bump elliptic from 6.4.1 to 6.5.4 in /frontend
2021-10-27 14:21:26 +09:30
Kris Gesling b30d3adf2c
Merge pull request #41 from MycroftAI/dependabot/npm_and_yarn/frontend/y18n-3.2.2
Bump y18n from 3.2.1 to 3.2.2 in /frontend
2021-10-27 14:20:01 +09:30
Kris Gesling f87cea6d0f
Merge pull request #43 from MycroftAI/dependabot/npm_and_yarn/frontend/handlebars-4.7.7
Bump handlebars from 4.7.3 to 4.7.7 in /frontend
2021-10-27 14:19:40 +09:30
Kris Gesling 70a56a30c6
Merge pull request #45 from MycroftAI/dependabot/npm_and_yarn/frontend/hosted-git-info-2.8.9
Bump hosted-git-info from 2.7.1 to 2.8.9 in /frontend
2021-10-27 14:18:32 +09:30
Kris Gesling 704bec1187
Merge pull request #48 from MycroftAI/dependabot/npm_and_yarn/frontend/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4 in /frontend
2021-10-27 14:17:15 +09:30
Kris Gesling 868c94dfa9
Merge pull request #53 from MycroftAI/dependabot/npm_and_yarn/frontend/urijs-1.19.7
Bump urijs from 1.19.1 to 1.19.7 in /frontend
2021-10-27 14:15:57 +09:30
dependabot[bot] d2689b3839
Bump handlebars from 4.7.3 to 4.7.7 in /frontend
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.3 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.3...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 04:43:54 +00:00
Kris Gesling de8f80b25c
Merge pull request #71 from MycroftAI/dependabot/npm_and_yarn/frontend/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8 in /frontend
2021-10-27 14:13:54 +09:30
dependabot[bot] 15bce92acd
Bump dns-packet from 1.3.1 to 1.3.4 in /frontend
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 04:43:38 +00:00
Kris Gesling 317ae719e7
Merge pull request #55 from MycroftAI/dependabot/npm_and_yarn/frontend/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /frontend
2021-10-27 14:12:40 +09:30
dependabot[bot] 8863a7e457
Bump ini from 1.3.5 to 1.3.8 in /frontend
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

---
updated-dependencies:
- dependency-name: ini
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-27 04:42:40 +00:00
Kris Gesling 017cf0ca29
Merge pull request #57 from MycroftAI/dependabot/npm_and_yarn/frontend/tar-4.4.19
Bump tar from 4.4.1 to 4.4.19 in /frontend
2021-10-27 14:11:24 +09:30
Kris Gesling 853ad9434a
Merge pull request #60 from MycroftAI/dependabot/npm_and_yarn/frontend/tmpl-1.0.5
Bump tmpl from 1.0.4 to 1.0.5 in /frontend
2021-10-27 14:10:08 +09:30
Kris Gesling 6730aa5b97
Merge pull request #64 from MycroftAI/dependabot/npm_and_yarn/frontend/url-parse-1.5.3
Bump url-parse from 1.4.3 to 1.5.3 in /frontend
2021-10-27 14:06:47 +09:30
Thorsten Müller 35d030a24e
Optimized "end-of-corpus" handling (fixing issue #38) (#70)
* Better handling of end-of-corpus detection.

* Adjusted docstring.
2021-10-27 14:04:29 +09:30
Thorsten Müller ce0b7217b0
Add some recording tips on landing page. (#69) 2021-10-27 13:56:46 +09:30
Thorsten Müller a1f9e2b67a
Add some Python docstrings (#67)
* Added docstrings for api and file_system classes.

* Initial docstrings for app/db python classes.

* Added docstrings for remaining Python files.

Co-authored-by: Kris Gesling <kris.gesling@mycroft.ai>
2021-10-22 13:44:08 +09:30
Thorsten Müller 2fa82f23ee
Added feature to skip a phrase on a recording session. (#52)
* Added feature to skip a phrase on a recording session.

* Adjustments based on PR feedback.

* Adjusted docstring according to Google styleguide.

* Fix dosctring typo.

* Reduce line-length of docstring

Co-authored-by: Kris Gesling <kris.gesling@mycroft.ai>
2021-10-14 12:22:02 +09:30
Kris Gesling be55472a96
Merge pull request #49 from MycroftAI/bugfix/broken-links
Fix broken links
2021-10-11 12:21:40 +09:30
Kris Gesling c022769907
Merge pull request #66 from kingpinzs/bugfix/issue-62
remove unneeded requirements.txt line
2021-10-09 06:41:28 +09:30
kingpinzs 1148612742 remove unneeded requirements.txt line 2021-10-08 00:55:41 -06:00
Kris Gesling 5432ce4e3b
Merge pull request #65 from kingpinzs/bugfix/issue-63
update ffmpeg to the latest build
2021-10-08 16:14:01 +09:30
kingpinzs 6d3370464f update ffmpeg to the latest build 2021-10-07 07:24:31 -06:00
dependabot[bot] de26d12352
Bump url-parse from 1.4.3 to 1.5.3 in /frontend
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.3...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-05 19:58:53 +00:00
dependabot[bot] b8b95bacc5
Bump tmpl from 1.0.4 to 1.0.5 in /frontend
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 00:45:59 +00:00
dependabot[bot] 1cd95370e4
Bump tar from 4.4.1 to 4.4.19 in /frontend
Bumps [tar](https://github.com/npm/node-tar) from 4.4.1 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.1...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 03:08:31 +00:00
dependabot[bot] 84e7aaf6ec
Bump path-parse from 1.0.6 to 1.0.7 in /frontend
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 20:58:32 +00:00
dependabot[bot] 950f492f8e
Bump urijs from 1.19.1 to 1.19.7 in /frontend
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.7.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.1...v1.19.7)

---
updated-dependencies:
- dependency-name: urijs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 01:13:48 +00:00
Kris Gesling cc4ae22aa3 Fix broken anchor link
Replaces PR #29
2021-06-15 12:15:57 +09:30
Kris Gesling e57b1ffd40
Merge pull request #47 from MycroftAI/bugfix/aggressive-trimming
Provide 0.3s buffer for silence trimming
2021-06-15 12:12:59 +09:30
Kris Gesling ffd7e965a4 Provide 0.3s buffer for silence trimming
We want to trim the silence from recordings but risk cutting off
the first and last syllables, particularly if they are softer
sounds. This adds a reasonable length buffer for data collection.
During post-processing the sounds can be further trimmed if desired.
2021-05-26 11:36:11 +09:30
dependabot[bot] cfec3d605e
Bump hosted-git-info from 2.7.1 to 2.8.9 in /frontend
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 20:17:19 +00:00
dependabot[bot] 1b23171849
Bump y18n from 3.2.1 to 3.2.2 in /frontend
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-30 15:49:08 +00:00
dependabot[bot] f27d6b6768
Bump elliptic from 6.4.1 to 6.5.4 in /frontend
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 23:38:23 +00:00
dependabot[bot] 7262d8ac3d
Bump http-proxy from 1.17.0 to 1.18.1 in /frontend
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-07 01:19:24 +00:00
dependabot[bot] c97d0715fc
Bump websocket-extensions from 0.1.3 to 0.1.4 in /frontend
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 12:51:34 +00:00
Kris Gesling e3e3c8e155
Merge pull request #27 from thorstenMueller/master
Complemented README with sqlite and browser localStorage.
2020-03-24 22:53:53 +09:30
Thorsten Mueller 1a63968f30 Small changes 2020-03-24 14:18:17 +01:00
Thorsten Mueller 4fb06a3f9f Mini adjustment 2020-03-23 18:06:46 +01:00
Thorsten Mueller 01701821a9 Small wording updates 2020-03-23 12:48:38 +01:00
Thorsten Mueller 2b6056e68f Updated some wordings. 2020-03-19 06:25:07 +01:00
Thorsten Mueller 9486a094dd Optimized wording and added hint for regular backups 2020-03-17 19:49:53 +01:00
Thorsten Mueller 156a66fbfc Complemented README with sqlite and browser localStorage. 2020-03-16 23:34:56 +01:00
Åke b19a6da985
Merge pull request #26 from MycroftAI/dependabot/npm_and_yarn/frontend/handlebars-4.7.3
Bump handlebars from 4.0.12 to 4.7.3 in /frontend
2020-02-07 09:18:54 +01:00
dependabot[bot] 16a2541627
Bump handlebars from 4.0.12 to 4.7.3 in /frontend
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.7.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.7.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-07 08:18:42 +00:00