Parent tracker: #2118
Goal
Repair stale audio API examples and add task-oriented guidance that helps users choose the correct 26.06 audio workflow.
Problems found
The new audio-tagging and long-form-cutting tutorials are sound, but they link into older supporting pages containing 27 stale import occurrences, principally:
nemo_curator.stages.audio.inference.asr_nemo
nemo_curator.stages.audio.metrics.get_wer
The current implementations live under inference.asr.asr_nemo and metrics.wer, and some helpers referenced by older pages no longer exist.
The landing pages also list several similar workflows without explaining when to choose basic ASR curation, AudioDataFilterStage, audio tagging, ALM fixed-window construction, or long-form physical cutting and WebDataset packaging.
Timing
Broken imports are release scope and should be corrected before the 26.06 docs publication tag. The workflow-selection presentation can land in the same PR because it is small and directly supports the two new tutorials.
Acceptance criteria
Parent tracker: #2118
Goal
Repair stale audio API examples and add task-oriented guidance that helps users choose the correct 26.06 audio workflow.
Problems found
The new audio-tagging and long-form-cutting tutorials are sound, but they link into older supporting pages containing 27 stale import occurrences, principally:
nemo_curator.stages.audio.inference.asr_nemonemo_curator.stages.audio.metrics.get_werThe current implementations live under
inference.asr.asr_nemoandmetrics.wer, and some helpers referenced by older pages no longer exist.The landing pages also list several similar workflows without explaining when to choose basic ASR curation,
AudioDataFilterStage, audio tagging, ALM fixed-window construction, or long-form physical cutting and WebDataset packaging.Timing
Broken imports are release scope and should be corrected before the 26.06 docs publication tag. The workflow-selection presentation can land in the same PR because it is small and directly supports the two new tutorials.
Acceptance criteria
fern check, and the generated-reference broken-link job.