Session Ready
Exercise

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=____).

Instructions
50 XP
Possible Answers