orlandpm / Math-for-Programmers

Source code for the book, Math for Programmers
818 stars 388 forks source link

Type conversion is required (Chapter13Walkthrough) #5

Open KouichiMatsuda opened 3 years ago

KouichiMatsuda commented 3 years ago

It have gotten an error.

arr = arr.astype(np.int16) sound = pygame.sndarray.make_sound(arr) sound.play()