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=____)
.
Diese Übung ist Teil des Kurses
Spoken Language Processing in Python
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
