Realtime_PyAudio_FFT icon indicating copy to clipboard operation
Realtime_PyAudio_FFT copied to clipboard

Issue on MAC OSX

Open bonomip opened this issue 2 years ago • 3 comments

site-packages/numpy/core/numeric.py", line 223, in ones a = empty(shape, dtype, order) TypeError: 'float' object cannot be interpreted as an index

caused by line 130 of "src/stream_reader_sounddevice.py".

solved by adding a hard cast to int.

self.data_windows_to_buffer = int(data_windows_to_buffer)

bonomip avatar Oct 24 '23 07:10 bonomip

Hi, were you able to get the audio visualizer to work on mac? I am having issues with opening the pygame visualizer with a Mac and would really appreciate some help. Thanks!

jennsun avatar Apr 30 '24 01:04 jennsun