Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stenolabs
/
stenoai
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
166
Star
1.3k
Code
Issues
41
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(speakers): human-in-the-loop cross-recording speaker identification
- #472
#472
Merged
Optic00
merged 22 commits into
stenolabs:feat/speaker-diarization
stenolabs/stenoai:feat/speaker-diarization
from
valentinweyer:speaker-identity
valentinweyer/stenoai:speaker-identity
Copy head branch name to clipboard
Aug 4, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
feat(speakers): human-in-the-loop cross-recording speaker identification
#472
Optic00
merged 22 commits into
stenolabs:feat/speaker-diarization
stenolabs/stenoai:feat/speaker-diarization
from
valentinweyer:speaker-identity
valentinweyer/stenoai:speaker-identity
Copy head branch name to clipboard
Commits
Commits on Jul 30, 2026
feat(transcribe): per-channel acoustic speaker diarization
Show description for e310a51
valentinweyer
committed
e310a51
View commit details
Copy full SHA for e310a51
Browse repository at this point
feat(transcribe): acoustic diarization for mono audio
Show description for f9fcfae
valentinweyer
committed
f9fcfae
View commit details
Copy full SHA for f9fcfae
Browse repository at this point
perf(diarize): ~6.65x faster via Sortformer's offline chunk preset
Show description for 11dc570
valentinweyer
committed
11dc570
View commit details
Copy full SHA for 11dc570
Browse repository at this point
feat(diarize): robust sidecar parsing, dominance gate, live progress
Show description for 7fcde29
valentinweyer
committed
7fcde29
View commit details
Copy full SHA for 7fcde29
Browse repository at this point
feat(processing): live per-stage progress for diarization
Show description for 9ea3dcb
valentinweyer
committed
9ea3dcb
View commit details
Copy full SHA for 9ea3dcb
Browse repository at this point
fix(e2e): seed a real recording session in processing-stages.t1
Show description for f31f2c9
valentinweyer
committed
f31f2c9
View commit details
Copy full SHA for f31f2c9
Browse repository at this point
feat(speakers): human-in-the-loop speaker identification
Show description for f1e1b71
valentinweyer
committed
f1e1b71
View commit details
Copy full SHA for f1e1b71
Browse repository at this point
feat(diarize): restore voiceprint embedding extraction to the sidecar
Show description for 0741c18
valentinweyer
committed
0741c18
View commit details
Copy full SHA for 0741c18
Browse repository at this point
fix(backend-cli): PYTHONUNBUFFERED:1 on every spawned backend process
Show description for 842f9f5
valentinweyer
committed
842f9f5
View commit details
Copy full SHA for 842f9f5
Browse repository at this point
feat(processing): restore embedding sub-progress + transcribe progress
Show description for e0621f2
valentinweyer
committed
e0621f2
View commit details
Copy full SHA for e0621f2
Browse repository at this point
feat(main): throttle PROGRESS:transcribe/embedding lines in the disk log
Show description for e0bb5bf
valentinweyer
committed
e0bb5bf
View commit details
Copy full SHA for e0bb5bf
Browse repository at this point
feat(transcriber): restore identity-side diarization additions
Show description for 56ead44
valentinweyer
committed
56ead44
View commit details
Copy full SHA for 56ead44
Browse repository at this point
wip: voiceprint/diarization work carried over from local/mic-plus-voiceprint
Show description for 1d87b6a
valentinweyer
committed
1d87b6a
View commit details
Copy full SHA for 1d87b6a
Browse repository at this point
fix(speakers): channel-scope prototype matching, correction path, relative hard-negatives
Show description for 9d89027
valentinweyer
committed
9d89027
View commit details
Copy full SHA for 9d89027
Browse repository at this point
feat(speakers): enroll-self-from-person CLI
Show description for ea6ddad
valentinweyer
committed
ea6ddad
View commit details
Copy full SHA for ea6ddad
Browse repository at this point
fix(e2e): seed a real recording session in processing-stages.t1
Show description for 166f83b
valentinweyer
committed
166f83b
View commit details
Copy full SHA for 166f83b
Browse repository at this point
Commits on Jul 31, 2026
fix(speakers): verified deletion + a setting to disable identity matching
Show description for 7e20f0f
valentinweyer
committed
7e20f0f
View commit details
Copy full SHA for 7e20f0f
Browse repository at this point
Commits on Aug 1, 2026
fix(e2e): make isSayAvailable() check real synthesis, fix impossible invariant
Show description for a659327
valentinweyer
committed
a659327
View commit details
Copy full SHA for a659327
Browse repository at this point
docs: update speaker-label docs for per-channel acoustic diarization
Show description for c4d4737
valentinweyer
committed
c4d4737
View commit details
Copy full SHA for c4d4737
Browse repository at this point
fix(backend-cli): attach stdout/stderr to non-zero-exit rejections
Show description for e3bc884
valentinweyer
committed
e3bc884
View commit details
Copy full SHA for e3bc884
Browse repository at this point
Commits on Aug 3, 2026
Merge remote-tracking branch 'upstream/feat/speaker-diarization' into speaker-identity
Show description for b54b429
valentinweyer
committed
b54b429
View commit details
Copy full SHA for b54b429
Browse repository at this point
Commits on Aug 4, 2026
Merge branch 'feat/speaker-diarization' into speaker-identity
Show description for fab3bba
Optic00
committed
fab3bba
View commit details
Copy full SHA for fab3bba
Browse repository at this point
You can’t perform that action at this time.