blackadar / sonus

Machine Learning voice classification using scikit-learn RandomForest model.
4 stars 0 forks source link

Thresholding #13

Closed blackadar closed 4 years ago

blackadar commented 4 years ago

Pre-Processing: Threshold to detect audio clips with no one speaking.

blackadar commented 4 years ago

Thresholding should remove the bad values entirely, before window sampling.

Crichmond21 commented 4 years ago

Im closing this since we are no longer planning on implementing