├── README.md ├── files ├── audio1.wav ├── face1.jpg └── face2.jpg ├── mfcc ├── mfccspec.m ├── rm_dc_n_dither.m ├── runSpec.m ├── runSpeclogmel.m ├── trifbank.m └── vec2frames.m ├── setup_SVHFNet.m └── test_SVHFNet.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/README.md -------------------------------------------------------------------------------- /files/audio1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/files/audio1.wav -------------------------------------------------------------------------------- /files/face1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/files/face1.jpg -------------------------------------------------------------------------------- /files/face2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/files/face2.jpg -------------------------------------------------------------------------------- /mfcc/mfccspec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/mfccspec.m -------------------------------------------------------------------------------- /mfcc/rm_dc_n_dither.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/rm_dc_n_dither.m -------------------------------------------------------------------------------- /mfcc/runSpec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/runSpec.m -------------------------------------------------------------------------------- /mfcc/runSpeclogmel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/runSpeclogmel.m -------------------------------------------------------------------------------- /mfcc/trifbank.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/trifbank.m -------------------------------------------------------------------------------- /mfcc/vec2frames.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/mfcc/vec2frames.m -------------------------------------------------------------------------------- /setup_SVHFNet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/setup_SVHFNet.m -------------------------------------------------------------------------------- /test_SVHFNet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/a-nagrani/SVHF-Net/HEAD/test_SVHFNet.m --------------------------------------------------------------------------------