mudler / mudler/parakeet.cpp

[FEATURE] Format conversion

Open
#50 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
786
Forks
93
PR merge metrics
No merged PRs in 30d

Description

Would it be possible to add an automatic, optional format conversion, perhaps using ffmpeg internally? For the OpenAI-compatible HTTP server?
Thus parakeet.cpp could accept other formats as audio/webm, audio/ogg, audio/wav, audio/mpeg, audio/mp4, audio/m4a, audio/aac, audio/flac, video/webm, video/mp4.
This would be extremely helpful since other services rarely use wav/pcm as output. Non-steaming only.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the OpenAI-compatible HTTP server entry point and trace how non-streaming audio uploads are validated and passed to parakeet.cpp. Check how optional ffmpeg integration could cover the listed audio and video MIME types, then verify that existing WAV/PCM handling remains unchanged and streaming is unaffected.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
api, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.