Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on MAC OSX #30

Open
bonomip opened this issue Oct 24, 2023 · 1 comment
Open

Issue on MAC OSX #30

bonomip opened this issue Oct 24, 2023 · 1 comment

Comments

@bonomip
Copy link

bonomip commented Oct 24, 2023

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)

@jennsun
Copy link

jennsun commented Apr 30, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants