# 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 ``` - right_left_up.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 ``` - yes_no_go_stop.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).