summaryrefslogtreecommitdiff
path: root/resources/kws
diff options
context:
space:
mode:
Diffstat (limited to 'resources/kws')
-rw-r--r--resources/kws/labels/ds_cnn_labels.txt12
-rw-r--r--resources/kws/samples/down.wavbin0 -> 32044 bytes
-rw-r--r--resources/kws/samples/files.md50
-rw-r--r--resources/kws/samples/rightleftup.wavbin0 -> 96044 bytes
-rw-r--r--resources/kws/samples/yes.wavbin0 -> 32044 bytes
-rw-r--r--resources/kws/samples/yesnogostop.wavbin0 -> 128044 bytes
6 files changed, 62 insertions, 0 deletions
diff --git a/resources/kws/labels/ds_cnn_labels.txt b/resources/kws/labels/ds_cnn_labels.txt
new file mode 100644
index 0000000..ba41645
--- /dev/null
+++ b/resources/kws/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/samples/down.wav b/resources/kws/samples/down.wav
new file mode 100644
index 0000000..7c77f63
--- /dev/null
+++ b/resources/kws/samples/down.wav
Binary files differ
diff --git a/resources/kws/samples/files.md b/resources/kws/samples/files.md
new file mode 100644
index 0000000..29d42ae
--- /dev/null
+++ b/resources/kws/samples/files.md
@@ -0,0 +1,50 @@
+# 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:
+
+- down.wav
+
+ ```tree
+ speech_commands_v0.02
+ └── down
+    └── 0a9f9af7_nohash_2.wav
+ ```
+
+- rightleftup.wav
+
+ ```tree
+ speech_commands_v0.02
+ ├── left
+ │   └── 0d82fd99_nohash_3.wav
+ ├── right
+ │   └── 0d82fd99_nohash_0.wav
+ └── up
+    └── 0a2b400e_nohash_1.wav
+ ```
+
+- yes.wav
+
+ ```tree
+ speech_commands_v0.02
+ └── yes
+    └── 0b40aa8e_nohash_0.wav
+ ```
+
+- 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/samples/rightleftup.wav b/resources/kws/samples/rightleftup.wav
new file mode 100644
index 0000000..47551e8
--- /dev/null
+++ b/resources/kws/samples/rightleftup.wav
Binary files differ
diff --git a/resources/kws/samples/yes.wav b/resources/kws/samples/yes.wav
new file mode 100644
index 0000000..f3489db
--- /dev/null
+++ b/resources/kws/samples/yes.wav
Binary files differ
diff --git a/resources/kws/samples/yesnogostop.wav b/resources/kws/samples/yesnogostop.wav
new file mode 100644
index 0000000..2a2c0ac
--- /dev/null
+++ b/resources/kws/samples/yesnogostop.wav
Binary files differ