You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the stream_callback function,buffer data was reshape with shape of (length,channels),but actually each channel i is data[i::channels];
also in the stream_callback function, buffer data is transformed into np.int16, but Audiodata.data in common_audio is uint8[], is there anything wrong with the inconsistent data type.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: