I want to use the microphone in my logitech c525 webcamera for speech recognition, on my jetson nano. I can detect the microphone and seems to work in the sound app. But im not able to find it when using python code. I have tried gstreamer, this just made a mp4 file with a high pitch noice that lasted longer than i recorded for. I have also tried speech_recognition module, with pyaudio. Where speech_recognition.Microphone() should connect to the microphone input, here i get no response.
Any inputs or tips would be much appreciated