blackadar / sonus

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

Convert PCM to WAV format #14

Closed Crichmond21 closed 4 years ago

Crichmond21 commented 4 years ago

The data in the pickle is currently in a byte array with PCM formatting. This data may still be useful but it is hard to understand. Because of this it may be beneficial to convert it into the actual audio data like a wav file.