├── 2.data-00000-of-00001 ├── 2.index ├── 2.meta ├── README.md ├── checkpoint ├── config.cfg ├── feature-translated ├── test_0000.fbank.txt ├── test_0001.fbank.txt ├── test_0002.fbank.txt └── test_0003.fbank.txt ├── feature ├── test_0000.fbank ├── test_0001.fbank ├── test_0002.fbank └── test_0003.fbank ├── output audio ├── 1.mp3 ├── 2.mp3 └── 3.mp3 ├── wake_up.py ├── wake_up.spec ├── wav.scp └── wav ├── test_0000.WAV ├── test_0001.WAV ├── test_0002.WAV └── test_0003.WAV /2.data-00000-of-00001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/2.data-00000-of-00001 -------------------------------------------------------------------------------- /2.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/2.index -------------------------------------------------------------------------------- /2.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/2.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/README.md -------------------------------------------------------------------------------- /checkpoint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/checkpoint -------------------------------------------------------------------------------- /config.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/config.cfg -------------------------------------------------------------------------------- /feature-translated/test_0000.fbank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature-translated/test_0000.fbank.txt -------------------------------------------------------------------------------- /feature-translated/test_0001.fbank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature-translated/test_0001.fbank.txt -------------------------------------------------------------------------------- /feature-translated/test_0002.fbank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature-translated/test_0002.fbank.txt -------------------------------------------------------------------------------- /feature-translated/test_0003.fbank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature-translated/test_0003.fbank.txt -------------------------------------------------------------------------------- /feature/test_0000.fbank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature/test_0000.fbank -------------------------------------------------------------------------------- /feature/test_0001.fbank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature/test_0001.fbank -------------------------------------------------------------------------------- /feature/test_0002.fbank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature/test_0002.fbank -------------------------------------------------------------------------------- /feature/test_0003.fbank: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/feature/test_0003.fbank -------------------------------------------------------------------------------- /output audio/1.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/output audio/1.mp3 -------------------------------------------------------------------------------- /output audio/2.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/output audio/2.mp3 -------------------------------------------------------------------------------- /output audio/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/output audio/3.mp3 -------------------------------------------------------------------------------- /wake_up.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wake_up.py -------------------------------------------------------------------------------- /wake_up.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wake_up.spec -------------------------------------------------------------------------------- /wav.scp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wav.scp -------------------------------------------------------------------------------- /wav/test_0000.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wav/test_0000.WAV -------------------------------------------------------------------------------- /wav/test_0001.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wav/test_0001.WAV -------------------------------------------------------------------------------- /wav/test_0002.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wav/test_0002.WAV -------------------------------------------------------------------------------- /wav/test_0003.WAV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tingxin1/wake_up/HEAD/wav/test_0003.WAV --------------------------------------------------------------------------------