summaryrefslogtreecommitdiff
path: root/resources/kws_asr
diff options
context:
space:
mode:
Diffstat (limited to 'resources/kws_asr')
-rw-r--r--resources/kws_asr/labels/ds_cnn_labels.txt12
-rw-r--r--resources/kws_asr/labels/labels_wav2letter.txt29
-rw-r--r--resources/kws_asr/samples/files.md22
-rw-r--r--resources/kws_asr/samples/yesnogostop.wavbin0 -> 128044 bytes
4 files changed, 63 insertions, 0 deletions
diff --git a/resources/kws_asr/labels/ds_cnn_labels.txt b/resources/kws_asr/labels/ds_cnn_labels.txt
new file mode 100644
index 0000000..ba41645
--- /dev/null
+++ b/resources/kws_asr/labels/ds_cnn_labels.txt
@@ -0,0 +1,12 @@
+_silence_
+_unknown_
+yes
+no
+up
+down
+left
+right
+on
+off
+stop
+go \ No newline at end of file
diff --git a/resources/kws_asr/labels/labels_wav2letter.txt b/resources/kws_asr/labels/labels_wav2letter.txt
new file mode 100644
index 0000000..8fb2fc8
--- /dev/null
+++ b/resources/kws_asr/labels/labels_wav2letter.txt
@@ -0,0 +1,29 @@
+a
+b
+c
+d
+e
+f
+g
+h
+i
+j
+k
+l
+m
+n
+o
+p
+q
+r
+s
+t
+u
+v
+w
+x
+y
+z
+'
+
+$ \ No newline at end of file
diff --git a/resources/kws_asr/samples/files.md b/resources/kws_asr/samples/files.md
new file mode 100644
index 0000000..6db8d65
--- /dev/null
+++ b/resources/kws_asr/samples/files.md
@@ -0,0 +1,22 @@
+# Sample wav audio clip
+
+The sample wav audio clips provided are under Creative Commons License (Creative Commons Attribution 4.0 International Public License).
+The source is http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz, in particular the files used are listed here for traceability:
+
+- yesnogostop.wav
+
+ ```tree
+ speech_commands_v0.02
+ ├── go
+ │   └── 0c2ca723_nohash_2.wav
+ ├── no
+ │   └── 0a2b400e_nohash_0.wav
+ ├── stop
+ │   └── 0a196374_nohash_0.wav
+ └── yes
+    └── 0b40aa8e_nohash_0.wav
+ ```
+
+## License
+
+[Creative Commons Attribution 4.0 International Public License](../../LICENSE_CC_4.0.txt).
diff --git a/resources/kws_asr/samples/yesnogostop.wav b/resources/kws_asr/samples/yesnogostop.wav
new file mode 100644
index 0000000..2a2c0ac
--- /dev/null
+++ b/resources/kws_asr/samples/yesnogostop.wav
Binary files differ