minor updates

This commit is contained in:
el-tocino 2019-08-01 10:33:03 -05:00
parent a5c7553be6
commit b4fd26a42a
2 changed files with 8 additions and 7 deletions

View File

@ -1,9 +1,4 @@
## Not wake words
When uploading files to this directory, include a metadata.csv file. The format of the metadata file should follow:
```
filename, transcript, language, related wake word (optional)
```
This directory contains subdirectories for language-specific clips and a general noises. See each language directory for information on adding clips to those directories. The noises subdirectory is meant only for non-verbal or unintelligible audio clips.

View File

@ -1,3 +1,9 @@
## Noises
This directory is meant to house any clips that contain sound, but not recognizable speech of any language. Loud noises, conversations that can't be clearly discerned, sirens, bangs, cracks, coughs, and so on.
This directory is meant to house any clips that contain sound, but not recognizable speech of any language. Loud noises, conversations that can't be clearly discerned, sirens, bangs, cracks, coughs, and so on. Use a metadata.csv file with the following format when uploading clips:
```
filename, short description of noise
```
While not every clip will have a description, it is helpful to know if targeting a certain type of noise when building models.