I try to stream audio from ffmpeg/arecord but it returns nothing. Is it possible to do this?
My command:
arecord -D plughw:0,0 -f S16_LE -c 1 -r 16000 -t wav | env PARAKEET_DEVICE=cpu ./build/examples/cli/parakeet-cli transcribe \
--model /mnt/storage/models/mudler/parakeet-cpp-gguf/nemotron-3.5-asr-streaming-0.6b-f16.gguf \
--input - \
--stream \
--lang ru
I try to stream audio from ffmpeg/arecord but it returns nothing. Is it possible to do this?
My command: