Commit Graph

12 Commits (master)

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
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