Add speaker count controls, mic mixing, and configurable cloud transcription - #7
Merged
Merged
Conversation
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/4a5e55d8-e31e-414f-b810-87ebbfdf919f Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
buzz39
April 28, 2026 04:05
View session
Owner
|
@copilot can you add vercel SDK so we can use any model instead of only hardocing to openai |
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Agent-Logs-Url: https://github.com/buzz39/meeting-recorder/sessions/6e0c6c3b-19cc-4cbd-b6e5-78f1e07f0e47 Co-authored-by: buzz39 <16227736+buzz39@users.noreply.github.com>
Contributor
Author
Addressed in 8825eb3. Cloud transcription is no longer hardcoded to OpenAI: it now supports |
Copilot
AI
changed the title
Add speaker count controls, mic mixing, and cloud transcription
Add speaker count controls, mic mixing, and configurable cloud transcription
Apr 28, 2026
buzz39
marked this pull request as ready for review
April 28, 2026 06:04
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.
The recorder was over-splitting a two-person meeting into extra speaker labels, loopback capture did not reliably include the local speaker’s microphone, and local Whisper startup/resource usage made low-spec machines difficult to support.
Speaker diarization controls
--speaker-count/--speakers.--max-speakersto cap diarization when the exact count is unknown.Local microphone capture
--include-mic.--mic-deviceand--mic-gainfor device selection and level tuning.Configurable cloud transcription provider
--provider openai,--provider vercel, and--provider compatible.--transcription-model/TRANSCRIPTION_MODEL.AI_GATEWAY_API_KEY.--transcription-base-url/TRANSCRIPTION_BASE_URL.--openai-model,OPENAI_API_KEY, andOPENAI_TRANSCRIBE_MODELworking for backwards compatibility.Docs and coverage
Example usage: