I am working with the google coral dev board, I have managed to set up the board and run the demo where it detects cars or vans. Next, I want to move on to voice commands. On the Coral website, they have a project “Keyword Spotting”. Which seemed like exactly what I was after. I put the project onto my board and went to try it out. However no luck. The board does not detect any sound. I tried using a 3.5mm headphone with a microphone (which works on other devices, no drivers). Looking into the Dev Board specs it has two built-in PDM microphones. No idea why it detects no input whatsoever
I followed the tutorial on the google APC youtube channel
I have tried, checking drivers for the board.
Tried opening up the sound settings using alsamixer
Tried recording a small sample with and without the headphones arecord -d test.wav
. This is creating the .wav files but no audio is captured.
Tried detecting audio devices on the board.
But still, at this time no success and I am finding it difficult to find other online resources for this problem. Is there something I have overlooked?
Any help will be much appreciated. Thanks.
I ran into same issue. Turned out just need to set arecord flags.
For instance, plugging a headphone set into the 3.5mm audio jack, then running
worked for me.
Debugging with terminal (optional)
Some notes from my debugging process.
mediainfo
displays information about files in a nice human-readable format.To visualize (so don't have to trust replaying through the same audio port) the wav file, I did this. I used
sox
convert to a spectrogram (image), then converted to a jpg because for some reasonjp2a
only takesjpg
(despite thejp2a
docs implyingpng
is accepted).You can try something like silence and compare with saying a lot of
p
s or tapping the microphone to ensure it is recording.Here is the results (although I'm running on laptop not the coral dev board) of a visualization of "p"ahs .
vs. one of silence
If there is literally no input (e.g. if you just use
arecord test.wav
) you will see emptiness: