Does anyone have micro_wake_word working with media_player on esp32 wrover?

Does anyone have micro_wake_word working on an esp32 wrover board with media_player instead of speaker? I’ve tried various combinations of things and been able to get micro_wake_word working with a speaker component instead of media_player, and been able to get media_player working without micro_wake_word, but I’ve not been able to get them working together. I’ve see the esphome_audio project at GitHub - gnumpi/esphome_audio: Custom audio components for ESPHome, and it looks like it should do what I want, but I haven’t been able to get the wake word part working.

You really need an esp32-s3-N16R8 board to get this working, if its not an s3 board there will be very little chance of getting it to run. I am no expert though.

The page you link to will not work successfully either, you need to use the code from BigBobbas. Recently updated to cure the restarting issues.

I have it working successfully on 3 setups right now.

Thanks for that information.

Do you know why an s3 board is needed? I know I had micro_wake_word working (without media_player) at some point on my wrover board, though I’m having trouble getting it working again. Does the adf_pipeline module not work with wrover boards?

Sorry no idea on the technicalities, I am sure someone else will know. But chances are its down to available memory.

I have had Voice assistant working with speaker on the wroover in the past but not used that for a long time now so can’t comment on the present state.