Yihui Xiong
Yihui Xiong
In [ap6212-bluetooth](https://github.com/armbian/build/blob/2645877aa5d5c58ac792d74f1bdc751ede55fa8d/packages/extras/tools/ap6212-bluetooth#L59), rfkill is not used correctly. ``` rfkill unblock all echo "0" > /sys/class/rfkill/rfkill0/state echo "1" > /sys/class/rfkill/rfkill0/state ``` for Nanopi Neo Air and Orangepi Zero Plus2 H5, rfkill0...
>part of [Smart Speaker from Scratch](https://hackaday.io/project/164221-smart-speaker-from-scratch) To make a smart speaker, the first thing to do in terms of software is to learn how to record & play audio. Most...
realtime KWS using audio from STM32F4xx‘s 12 bit ADC & a microphone. Tested with Seeed Arch Max (STM32F407)
Just a note: the library works well with Arduino IDE 1.6.0, but can't be compiled with v1.0.5.
[get_dominant_freq()](https://github.com/shriphani/Listener/blob/master/VAD.py#L54) returns a frequency (Hz), but it seems better if it just returns the magnitude of most dominant frequency (sqrt Xreal *\* 2 + Ximage *\* 2)
This is a bug related with pyinstaller https://github.com/pyinstaller/pyinstaller/issues/824