feat: Implement OpenAI style local API server for audio transcription#509
Open
Yorick-Ryu wants to merge 3 commits intocjpais:mainfrom
Open
feat: Implement OpenAI style local API server for audio transcription#509Yorick-Ryu wants to merge 3 commits intocjpais:mainfrom
Yorick-Ryu wants to merge 3 commits intocjpais:mainfrom
Conversation
Author
|
@cjpais Hello, is there any issue with this PR? |
Owner
|
@Yorick-Ryu please be patient, I have not had time to review it yet Im currently traveling and haven't been able to look at my laptop much. Handy was featured in wired which has brought in a lot of new issues and discussions I respond to every day |
Author
|
@cjpais any updates? |
Owner
|
Patience is the key :) |
|
+1 |
1 similar comment
|
+1 |
…nd port settings.
Author
|
@cjpais Conflicts are fixed. Is it a good time to merge? |
Owner
|
@Yorick-Ryu Please patience I will merge when I have time. |
|
@cjpais Hey, just reminding you, when are you planning to merge it? |
Owner
|
@samiulazm patience. I keep up with all of the issues and PR's. I don't need reminders. I need people to be patient with me. If I'm taking too long you can always build the PR yourself! |
6 tasks
This was referenced Feb 24, 2026
6 tasks
DylanBricar
added a commit
to DylanBricar/Phonara
that referenced
this pull request
Mar 20, 2026
- Local OpenAI-compatible API server on /v1/audio/transcriptions (cjpais#509) - GNOME system shortcuts via gsettings for Wayland (cjpais#572) - Wake word detection infrastructure with settings (cjpais#618) - Live transcription mode settings (overlay/clipboard) (cjpais#832) - Qwen3-ASR engine type placeholder for future transcribe-rs (cjpais#957) - Prioritized microphone device list with fallback (cjpais#1070) - Flatpak detection helper (cjpais#548) - Storybook dev script (cjpais#784)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before Submitting This PR
Please confirm you have done the following:
If this is a feature or change that was previously closed/rejected:
Human Written Description
I implemented a local STT API that follows the OpenAI Whisper format. Currently, the Whisper model is only accessible within Handy; however, many users want to leverage this functionality for external tasks like subtitle transcription without loading multiple model instances. This change exposes the speech-to-text capability as a standardized service, allowing users to do more with limited system memory.
Related Issues/Discussions
Fixes # None
Discussion: #241
Community Feedback
#241
Testing
Environment:
Test Cases:
curland Demo: convert MP3 to SRT/v1/audio/transcriptionsendpoint correctly triggers the model loading process in the background.LOCAL_API.mdto guide future contributors.Screenshots/Videos (if applicable)