We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i build matrix-creator-hal in raspberry pi, and run direction_of_arrival_demo_direct with different direction, the output
std::cout << "azimutal angle = " << azimutal_angle << ", polar angle = " << polar_angle << ", mic = " << mic << std::endl;
the mic seems not correct, even I speak in direction of mic4 , the output is still mic2
mic
The text was updated successfully, but these errors were encountered:
Same issue to me for Matrix Voice! Anyone help me. Thanks!
Sorry, something went wrong.
int led_offset[] = {4, 0, 2, 5, 7, 10, 13, 15}; //org(Matrix Creator) {23, 27, 32, 1, 6, 10, 14, 19} Just I have changed for Matrix Voice as above.
No branches or pull requests
i build matrix-creator-hal in raspberry pi, and run direction_of_arrival_demo_direct with different direction, the output
the
mic
seems not correct, even I speak in direction of mic4 , the output is still mic2The text was updated successfully, but these errors were encountered: