orlandpm/Math-for-Programmers

Type conversion is required (Chapter13Walkthrough)

KouichiMatsuda opened this issue · 0 comments

It have gotten an error.

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