Skip to main content
Associate
August 29, 2025
Solved

Recommended platforms for Audio Event detection model zoo

  • August 29, 2025
  • 3 replies
  • 613 views

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

Best answer by Laurent FOLLIOT

Hello,
As you can see in the documentation and the tuto, the AED is proposed for the STM32U5 and also for the STM32N6.

Regards,

3 replies

Laurent FOLLIOT
Laurent FOLLIOTBest answer
ST Employee
August 29, 2025

Hello,
As you can see in the documentation and the tuto, the AED is proposed for the STM32U5 and also for the STM32N6.

Regards,

louisfhAuthor
Associate
August 29, 2025

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

Laurent FOLLIOT
ST Employee
August 30, 2025

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