├── ExtractMel.py ├── README.md ├── acrnn.py ├── model.py └── zscore.py /ExtractMel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chien-Hung/Speech-Emotion-Recognition/HEAD/ExtractMel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chien-Hung/Speech-Emotion-Recognition/HEAD/README.md -------------------------------------------------------------------------------- /acrnn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chien-Hung/Speech-Emotion-Recognition/HEAD/acrnn.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chien-Hung/Speech-Emotion-Recognition/HEAD/model.py -------------------------------------------------------------------------------- /zscore.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chien-Hung/Speech-Emotion-Recognition/HEAD/zscore.py --------------------------------------------------------------------------------