* Update NVIDIA STT services for Nemotron Speech defaults and config parity * Add changelog entry for PR #4269 * initialize boosted LM settings defaults in streaming STT * Align NVIDIA STT language handling with other STT services * add finalised flag to Nvidia stt final transcripts, remove processing latency logs * Changing interim transcription logging to tracing. --------- Co-authored-by: sathwika <geereddysath@nvidia.com> Co-authored-by: filipi87 <filipi87@gmail.com>
501 B
501 B
- Updated NVIDIA STT services to align with Nemotron Speech defaults and configuration:
api_keyis now optional for local deployments, additional recognition settings are available (including alternatives, word offsets, and diarization), and streaming/segmented docs now reflect Nemotron Speech APIs. - NVIDIA streaming STT now sets
TranscriptionFrame.finalized=Truewhen the provider marks a result as final, and preserveslanguageon bothTranscriptionFrameandInterimTranscriptionFrame.