-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels