├── .gitmodules ├── README.md ├── fix_sox_warn.py ├── paper ├── Detecting Replay Attacks. Using Multichannel Audio.pdf ├── ReMASC Courpus.pdf └── blank └── photo ├── device1.png ├── env2.png ├── mcirophone_array.png ├── playback.png ├── position.jpg └── replayattack1.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/README.md -------------------------------------------------------------------------------- /fix_sox_warn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/fix_sox_warn.py -------------------------------------------------------------------------------- /paper/Detecting Replay Attacks. Using Multichannel Audio.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/paper/Detecting Replay Attacks. Using Multichannel Audio.pdf -------------------------------------------------------------------------------- /paper/ReMASC Courpus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/paper/ReMASC Courpus.pdf -------------------------------------------------------------------------------- /paper/blank: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /photo/device1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/device1.png -------------------------------------------------------------------------------- /photo/env2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/env2.png -------------------------------------------------------------------------------- /photo/mcirophone_array.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/mcirophone_array.png -------------------------------------------------------------------------------- /photo/playback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/playback.png -------------------------------------------------------------------------------- /photo/position.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/position.jpg -------------------------------------------------------------------------------- /photo/replayattack1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YuanGongND/ReMASC/HEAD/photo/replayattack1.png --------------------------------------------------------------------------------