Skip to content

Instantly share code, notes, and snippets.

@alreadytaikeune
Created September 8, 2017 13:55
Show Gist options
  • Save alreadytaikeune/442fc7b8808ddcc9913c3b4d7325d177 to your computer and use it in GitHub Desktop.
Save alreadytaikeune/442fc7b8808ddcc9913c3b4d7325d177 to your computer and use it in GitHub Desktop.
Example features config
{
"format": {"type":"aggregate_n_features",
"merge_channels":true},
"features": {
"MelSp1": {
"feature_type": "PostProcessedMelSpectrum",
"parameters": {
"blockSize": 1024,
"stepSize": 1024,
"MelMaxFreq": 10000.0,
"MelMinFreq": 40.0,
"MelNbFilters": 80
}
},
"MelSp2": {
"feature_type": "PostProcessedMelSpectrum",
"parameters": {
"blockSize": 4096,
"stepSize": 1024,
"MelMaxFreq": 10000.0,
"MelMinFreq": 40.0,
"MelNbFilters": 80
}
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment