├── .gitattributes ├── README.md ├── female.zip ├── male.zip └── transcript.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mansourehk/ShEMO/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mansourehk/ShEMO/HEAD/README.md -------------------------------------------------------------------------------- /female.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mansourehk/ShEMO/HEAD/female.zip -------------------------------------------------------------------------------- /male.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mansourehk/ShEMO/HEAD/male.zip -------------------------------------------------------------------------------- /transcript.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mansourehk/ShEMO/HEAD/transcript.zip --------------------------------------------------------------------------------