Hi, I have trained an audio keyword classification model and exported it as a WebAssembly file. There is a tutorial on the EdgeImpulse documentation but it’s for continuous motion detection and not for audio. Is there a tutorial or something similar that can guide me on how to use a WebAssembly audio keyword model on the browser?
Hi @ElectricDragon https://github.com/edgeimpulse/mobile-client has full end-to-end examples. Relevant pieces are:
- microphone glue code.
- sampleAudioContinuous function. This constantly records and classifies what’s happening.