docs: update documentation to match current codebase#73
Merged
Conversation
44ff515 to
a55f3f7
Compare
Owner
Author
|
Updated with one additional change: CLAUDE.md — Build Variants test count: The hardcoded Everything else checked:
Generated by Claude Code |
Owner
Author
|
Additional update:
Generated by Claude Code |
CLAUDE.md: - Add FluidVAD.swift to project structure - Add SampleRateQuery.swift + audiotap Tests/ to project structure - Update FluidDiarizer.swift description (Sortformer mode) - Update Parakeet description (custom vocabulary via CTC boosting) - Add VAD preprocessing architecture section - Add Diarization section (Sortformer / AppSettings.diarizerMode) - Update build variant test count (~795) docs/architecture-macos.md: - Add FluidVAD.swift row to Audio Processing table - Update AudioTapLib output (mono or stereo, actualChannels) - Update DualSourceRecorder processing (actual channel count) - Update FluidDiarizer diarization section (two modes: OfflineDiarizer + Sortformer) README.md: - Add Parakeet custom vocabulary support (CTC boosting) - Add Sortformer overlap-aware diarizer mode - Add VAD preprocessing feature - Add .none protocol provider (save transcript only, no LLM) https://claude.ai/code/session_017weHGLJ3mD4APmtbpLU1jH
7468bc8 to
8958b70
Compare
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.
Summary
Tests/directory entry fortools/audiotap/— theMicRestartPolicyTests.swiftfile exists in the repo but was not listed in the project structure2df1e8c—AudioCaptureResultnow carriesactualChannels, and the downmix step no longer assumes stereo input (fixes Mickey Mouse audio on mono USB headsets like Jabra PRO 930)What was checked
app/MeetingTranscriber/Sources/andtools/audiotap/Sources/— match docsscripts/— match docs.github/workflows/— match docsPackage.swiftdependencies — match docsREADME.mdandCONTRIBUTING.md— accurate, no changes needed