matrix-io / matrix-creator-hal

Hardware Abstraction Layer for MATRIX Creator & MATRIX Voice
https://matrix-io.github.io/matrix-documentation/matrix-hal/overview/
GNU General Public License v3.0
70 stars 50 forks source link

Fixed microphone locations #84

Closed Philius closed 6 years ago

Philius commented 6 years ago

I got these from https://matrix-io.github.io/matrix-documentation/matrix-voice/resources/microphone/

Philius commented 6 years ago

On the Raspberry pi and the ESP32, an fpga identity check could be used to provide the appropriate microphone locations for both the matrix creator and the matrix voice. My pull request was my clumsy way of starting this process.

yoelrc88 commented 6 years ago

@Philius, Thanks for the idea. The problem is we need HAL to be compatible with both boards, MATRIX Creator and Voice. So, it will require more than just this changes, as you mentioned some board detection should be involved. Due to this we can not use or merge this PR as it is now. Feel free to cancel it, we are working on a solution following this recommendation.

Thank you,

Philius commented 6 years ago

Acknowledged.