2025-08-29 10:01 AM
In the STM32 model zoo github repo, only the STM32U5 is listed as a recommended platform for the Audio Event Detection models.
I'm trying to work out why the STM32N6 (and other devices) are not listed.
Is it because it has not yet been tested, or is there truly some reason the platform is not suitable?
Thanks,
Louis
Solved! Go to Solution.
2025-08-29 11:45 AM
Hello,
As you can see in the documentation and the tuto, the AED is proposed for the STM32U5 and also for the STM32N6.
Regards,
2025-08-29 11:45 AM
Hello,
As you can see in the documentation and the tuto, the AED is proposed for the STM32U5 and also for the STM32N6.
Regards,
2025-08-29 12:44 PM
Thanks for your help!
I see this tutorial references using the AED models on the STM32N6
https://github.com/STMicroelectronics/stm32ai-modelzoo-services/blob/main/application_code/audio/STM32N6/README.md
I was confused because the STM32N6 is not listed as a recommended or supported platform here - but I gather that's just an omission.
https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/audio_event_detection/miniresnetv2
Thanks,
Louis
2025-08-30 6:18 AM
Hello,
You welcome.
Actually it is also precised in the top readme : https://github.com/STMicroelectronics/stm32ai-modelzoo-services?tab=readme-ov-file#AED
We recommend the Yamnet-1024 for the STM32N6 as it has better performances and is more adapted than miniresnet models for this platform.
Regards