You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some upgrades and configuration changes the live transcription stopped working. My setup was working okay, but for unknown reason stopped capturing the mic input. Hence upgraded Jetson Orin Nano developer kit 4b to JetPack 5.1.3.
The live input device doesn't seem to capture audio same way as arecord. If I do a test recording so:
arecord -D usbmic test.wav
Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
the recorded audio is fine. The audio file transcribes correctly.
If I then try live transcription using the same device so:
The built-in microphone of the M-MacBooks is known to have problems with the input volume with various programs. Sometimes a sudo killall coreaudiod helps for a while, but not here. In fact, the threshold can be lowered, then it works for me:
After some upgrades and configuration changes the live transcription stopped working. My setup was working okay, but for unknown reason stopped capturing the mic input. Hence upgraded Jetson Orin Nano developer kit 4b to JetPack 5.1.3.
The live input device doesn't seem to capture audio same way as arecord. If I do a test recording so:
arecord -D usbmic test.wav
Recording WAVE 'test.wav' : Signed 16 bit Little Endian, Rate 8000 Hz, Mono
the recorded audio is fine. The audio file transcribes correctly.
If I then try live transcription using the same device so:
whisper-ctranslate2 --live_transcribe True --live_input_device 27 ....etc
the process starts okay:
Live stream device: usbmic
Listening.. (Ctrl+C to Quit)
But that's all. Nothing happens. Seems the capture is working differently from record?
The text was updated successfully, but these errors were encountered: