Real streaming from a mic
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 786
- Forks
- 93
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the command with arecord and build/examples/cli/parakeet-cli, using the cited model, --input -, and --stream options. Trace how the CLI reads stdin and determine whether live microphone input produces incremental transcription; done means the command accepts the audio stream and returns transcription instead of nothing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, shell
- Domain
- audio-video-rtc, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100