Update live transcription samples to new Nemotron streaming ASR alias#777
Merged
Merged
Conversation
Copilot created this pull request from a session on behalf of
kunal-vaishnavi
June 5, 2026 00:00
View session
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
kunal-vaishnavi
approved these changes
Jun 5, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the live audio transcription samples across all supported SDK languages to reference the current multilingual Nemotron streaming ASR model alias, keeping sample guidance consistent and up to date.
Changes:
- Replaced
nvidia-nemotron-3.5-asr-streaming-multilingual-0.6bwithnemotron-3.5-asr-streaming-0.6bin live transcription sample model-selection comments/lines. - Kept the English-only alias examples unchanged while updating the multilingual alternative.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| samples/js/live-audio-transcription/app.js | Updates the commented multilingual model alias to the new canonical alias. |
| samples/python/live-audio-transcription/src/app.py | Updates the commented multilingual model alias used in the sample’s model selection guidance. |
| samples/cs/live-audio-transcription/Program.cs | Updates the commented multilingual model alias for the C# live transcription sample. |
| samples/cpp/live-audio-transcription/main.cpp | Updates the commented multilingual model alias for the C++ live transcription sample. |
| samples/rust/live-audio-transcription/src/main.rs | Updates the commented multilingual model alias for the Rust live transcription sample. |
baijumeswani
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates all real-time/live audio transcription samples to the current multilingual streaming ASR alias. The old
nvidia-nemotron-3.5-asr-streaming-multilingual-0.6breference is replaced withnemotron-3.5-asr-streaming-0.6beverywhere these samples document model selection.Scope
samples/js/live-audio-transcription/app.jssamples/python/live-audio-transcription/src/app.pysamples/cs/live-audio-transcription/Program.cssamples/cpp/live-audio-transcription/main.cppsamples/rust/live-audio-transcription/src/main.rsChange made
Example