You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Nemotron-ASR streaming inference to C++ SDK (#655)
## Add Nemotron-ASR streaming inference to Python SDK
### Description
Adds real-time audio streaming support to the Foundry Local C++ SDK,
enabling live microphone-to-text transcription via ONNX Runtime GenAI's
StreamingProcessor API (Nemotron ASR).
This is the C++ port of C# PR
#485 with full feature
parity. The existing AudioClient only supports file-based transcription.
This PR introduces LiveAudioTranscriptionSession that accepts continuous
PCM audio chunks (e.g., from a microphone) and returns partial/final
transcription results as a synchronous generator.
---------
Co-authored-by: ruiren_microsoft <ruiren@microsoft.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments