Commit Graph

15 Commits (dependabot/npm_and_yarn/frontend/json5-and-react-scripts-2.2.3)

Author SHA1 Message Date
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 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 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 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
Ruthvicp 37a197f3fe rremoved empty lines from english corpus 2019-04-01 14:03:15 -05:00
Ruthvicp d0d43fd31e updated english corpus without duplicates 2019-03-06 11:33:40 -06:00
Steve Penrod 7909951877 Improve support for Windows use
Several changes to make this easier to use on Windows
* Edited and expanded the instructions
* Added a one-click start-windows.bat.  This installs all needed components then runs the app.
* Corrected some non-ASCII characters in the corpus

NOTE: The start-windows.bat was only tested under Windows 10
2018-11-16 03:27:59 -06:00
Michael Nguyen fbb1b88efa removed uncessary log 2018-10-04 11:39:38 -05:00
Michael Nguyen 19b4a99d96 document on readme 2018-10-03 17:59:05 -05:00
Michael Nguyen 0e28b183e4 tutorial, new prompts 2018-10-03 16:20:50 -05:00
Michael Nguyen 0002dbf10c docker-compose and docker 2018-10-02 12:09:17 -05:00
Michael Nguyen e933983665 saved audio, get users info, get prompts 2018-09-26 00:15:12 -05:00
Michael Nguyen 4cd433e8d6 backend init 2 2018-09-19 15:33:12 -05:00
Michael Nguyen a91be44bac backend init 2018-09-19 15:32:30 -05:00