How to use esp-skainet in seeed studio esp32 sense s3 for speech recognition?

I’m curious if anyone has been successful at using ESP-IDF development environment (and ESP-SR, Speech Recognition) for the Seeed Studio XIAO ESP32S3 Sense Board. I’m using Visual Studio Code on a Mac but command line environment would be fine, too. The biggest help would be the file defining the board support package for the board.

I got my project working on an ESP32-S3-Korvo-1 board and I want to port it to the Seeed Studio XIAO ESP32S3 Sense Board. My project focused on Speech Recognition (I haven’t incorporated the camera yet, but I might it there is enough performance).

My project, in summary: Without the need for a wake word (eg “Hi, ESP”), continuously recognize up to 200 phrases. My code listens to speech and if one or more phrases from the prebuilt list is recognized, a list of up to 5 matching phrases is returned, sorted by the most likely first, along with the probability for each that it is correct. It works quite well, but the Korvo board is physically too big, so I am hoping this board will work.