summaryrefslogtreecommitdiff
path: root/resources/kws/samples/files.md
blob: 29d42aef9ccb1b208b207fa01886bb697c8097e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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).