Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update DirectoryStructure.md to reflect new decoder files
Added documentation for the new refactored decoder components:
- TdtModelInference.swift
- TdtJointDecision.swift
- TdtJointInputProvider.swift
- TdtDurationMapping.swift
- TdtFrameNavigation.swift

These files were extracted from TdtDecoderV3.swift as part of the decoder
refactoring to improve code organization and maintainability.
  • Loading branch information
Alex-Wengg committed Apr 2, 2026
commit 53a684173d1c65a9097268bc82d66690d91425b1
7 changes: 6 additions & 1 deletion Documentation/ASR/DirectoryStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@ ASR/
β”‚ β”‚ β”œβ”€β”€ TdtDecoderState.swift
β”‚ β”‚ β”œβ”€β”€ TdtDecoderV2.swift
β”‚ β”‚ β”œβ”€β”€ TdtDecoderV3.swift
β”‚ β”‚ └── TdtHypothesis.swift
β”‚ β”‚ β”œβ”€β”€ TdtHypothesis.swift
β”‚ β”‚ β”œβ”€β”€ TdtModelInference.swift (Model inference operations)
β”‚ β”‚ β”œβ”€β”€ TdtJointDecision.swift (Joint network decision structure)
β”‚ β”‚ β”œβ”€β”€ TdtJointInputProvider.swift (Reusable feature provider)
β”‚ β”‚ β”œβ”€β”€ TdtDurationMapping.swift (Duration bin mapping utilities)
β”‚ β”‚ └── TdtFrameNavigation.swift (Frame position calculations)
β”‚ β”‚
β”‚ β”œβ”€β”€ SlidingWindow/
β”‚ β”‚ β”œβ”€β”€ SlidingWindowAsrManager.swift
Expand Down
Loading