The right data type
dtype
defaults to float in np.frombuffer()
, what's the correct dtype
to set it to for visualizing sound wave bytes?
You can try the different options by running np.frombuffer(signal_gm, dtype=____)
.
This exercise is part of the course
Spoken Language Processing in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
