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

Something maybe wrong in respeaker_node.py #22

Open
changxuding opened this issue Jun 4, 2021 · 0 comments
Open

Something maybe wrong in respeaker_node.py #22

changxuding opened this issue Jun 4, 2021 · 0 comments

Comments

@changxuding
Copy link

  1. In the stream_callback function,buffer data was reshape with shape of (length,channels),but actually each channel i is data[i::channels];
  2. 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.
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

1 participant