Skip to content

Commit 65ba8be

Browse files
authored
Update Documentation index, remove espeak-ng licenses (#461)
## Summary - Add 12 missing entries to `Documentation/README.md` (Nemotron, Qwen3 ASR, TDT-CTC 110M, CTC Decoder Guide, Directory Structure, Choosing an API, benchmarks, voice quality comparison, model conversion, AMI subset benchmark) - Remove unused `Sources/FluidAudio/Frameworks/LICENSES/espeak-ng/` folder (4 license files, espeak-ng is no longer vendored) ## Test plan - [ ] Verify all new links in Documentation/README.md resolve to existing files - [ ] Confirm no code references espeak-ng licenses <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/fluidinference/fluidaudio/pull/461" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
1 parent d9eef86 commit 65ba8be

File tree

5 files changed

+9
-951
lines changed

5 files changed

+9
-951
lines changed

Documentation/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,25 @@
77

88
## ASR
99
- [Getting Started](ASR/GettingStarted.md)
10+
- [Directory Structure](ASR/DirectoryStructure.md)
1011
- [Post-Processing (ITN)](ASR/PostProcessing.md)
1112
- [Custom Vocabulary](ASR/CustomVocabulary.md)
1213
- [Custom Pronunciation](ASR/CustomPronunciation.md)
14+
- [TDT-CTC 110M](ASR/TDT-CTC-110M.md)
15+
- [Nemotron](ASR/Nemotron.md)
16+
- [Qwen3 ASR](ASR/Qwen3-ASR.md)
1317
- [Last Chunk Handling](ASR/LastChunkHandling.md)
1418
- [Manual Model Loading](ASR/ManualModelLoading.md)
19+
- [CTC Decoder Guide](CtcDecoderGuide.md)
20+
- [Parakeet Benchmarks (100 files)](ASR/benchmarks100.md)
1521

1622
## Diarization
1723
- [Getting Started](Diarization/GettingStarted.md)
1824
- [LS-EEND](Diarization/LS-EEND.md)
1925
- [Sortformer](Diarization/Sortformer.md)
2026
- [Speaker Manager](Diarization/SpeakerManager.md)
2127
- [DiarizerTimeline](Diarization/DiarizerTimeline.md)
28+
- [AMI Subset Benchmark](Diarization/BenchmarkAMISubset.md)
2229
- [Investigation Report](Diarization/InvestigationReport.md)
2330

2431
## VAD
@@ -29,6 +36,8 @@
2936
- [Kokoro](TTS/Kokoro.md)
3037
- [PocketTTS](TTS/PocketTTS.md)
3138
- [SSML](TTS/SSML.md)
39+
- [Voice Quality Comparison](TTS/voice-quality.md)
3240

3341
## Guides
3442
- [Audio Conversion](Guides/AudioConversion.md)
43+
- [Model Conversion](ModelConversion.md)

0 commit comments

Comments
 (0)