1. Learn
  2. /
  3. Courses
  4. /
  5. Spoken Language Processing in Python

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