User Activity

Hello, I am using an open source voice-recognition software known as Picovoice. To use their library it must be passed a PCM signal at a certain rate with a specific number of samples per frame. I used CubeMX to enable the PDM2PCM library on the STM3...
Hello,I am using an STM32F407G-DISC1 to run an open source program called Picovoice. More specifically their project at the following link (https://github.com/Picovoice/picovoice/tree/master/demo/mcu/stm32f407/stm32f407g-disc1). Unfortunately they do...