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