mrhatman
mrhatman
I am looking to take this task on. I have some prototypes working on some different mics. I just need a little help on the design of of this. I...
I am really likely the pipe layout for audio and modeling it off of arduino audio with the sources and sinks. Likely using callback to communicate buffers of data from...
This initial discussion about I2S audio has kind of ballooned into a discussion about how do we want audio handling in ESP home so I agree with you @jamesmyatt we...
First pass of the decibel meter using I2S audio https://github.com/esphome/esphome/commit/d7fc67c5daaab408fe80d4b9d254fcfd306dc026 Not finished and needs a lot of work but it works for me at least. Tested on m5 echo using...
> Anyone could please share a list with supported hardware? As of right now, the only tested microphone is the SPM1423 PDM but any mic that supports an I2S interface...
How do we want to handle audio specifications for the connections? Mono/Stereo, Bytes per sample, Frequency, etc. The current example is hardcoded to 16kHz, 16 bit, Mono I think the...
Are the changes to the transform component tied to the legion change, or can they be done independently? I really like the transform suggestion, but I do have some comments:...
> LocalToWorld is a public component that you can freely add/edit at-will. > TL;DR: Yes, it's high customizable and you only pay the cost of the transformations you actually use....
It would be great to see a few more benchmarks. As just the iteration time of a basic component is only marginally faster and all of the other benchmarks are...
@jaynus I tried cloning that repo bit ran into alot of issues with getting it to build, I think because you are using custom crates. So decided to make my...