Commit a00c30e
[codex] docs: add long-form audio cutting guide (#2136)
* docs: add long-form audio cutting guide
Signed-off-by: Lawrence Lane <llane@nvidia.com>
* docs: clarify audio pretrain finalization
Signed-off-by: Lawrence Lane <llane@nvidia.com>
* docs: address reviewer feedback on long-form audio cutting guide
- state that source IDs must be unique after tar-key normalization
(make_snippet_id replaces . / \ with _, so session.1 and session_1 collide)
- clarify that a missing segments key fails OverlapFilterStage validation,
while an empty list is accepted and yields zero snippets
- warn that dry runs must use a fresh, nonexistent tar path so preview
manifests are not reconciled against a stale archive
- document the missing_audio/corrupted_audio counters as sparse and
recommend defensive .get() access; drop the misleading zero-valued key
from the example metrics JSON
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Lawrence Lane <llane@nvidia.com>
---------
Signed-off-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0e0caa2 commit a00c30e
7 files changed
Lines changed: 416 additions & 0 deletions
File tree
- fern/versions
- main/pages/curate-audio
- process-data/alm
- tutorials
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
477 | 480 | | |
478 | 481 | | |
479 | 482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
143 | 150 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
Lines changed: 396 additions & 0 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
0 commit comments