Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 1 addition & 5 deletions Documentation/ASR/DirectoryStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,12 @@ ASR/
```
ASR/
├── Parakeet/
│ ├── ANEOptimizer.swift
│ ├── AsrManager.swift
│ ├── AsrModels.swift
│ ├── AsrTranscription.swift
│ ├── AsrTypes.swift
│ ├── AudioBuffer.swift
│ ├── ChunkProcessor.swift
│ ├── MLArrayCache.swift
│ ├── PerformanceMetrics.swift
│ ├── ProgressEmitter.swift
│ │
│ ├── Decoder/
│ │ ├── BlasIndex.swift
Expand Down Expand Up @@ -101,8 +97,8 @@ ASR/
│ │ └── StreamingEouAsrManager.swift
│ └── Nemotron/
│ ├── NemotronChunkSize.swift
│ ├── NemotronPipeline.swift
│ ├── NemotronStreamingAsrManager.swift
│ ├── NemotronStreamingAsrManager+Pipeline.swift
│ └── NemotronStreamingConfig.swift
└── Qwen3/
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ASR/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Streaming ASR (Parakeet EOU)

- Model: `FluidInference/parakeet-eou-1.1b-coreml`
- Model: `FluidInference/parakeet-realtime-eou-120m-coreml`
- Chunk Sizes: 160ms (lowest latency), 320ms, 1600ms (highest throughput)
- End-of-Utterance Detection: Built-in silence detection with configurable debounce

Expand Down
Loading