End-to-End Demo Chart Configuration#
This page covers Helm values for the sender and receiver components of the nvidia-studio-voice-h4m-sample chart. NIM service keys within the demo chart live under nvidia-studio-voice-h4m-service.<key>. For more information, refer to Common Helm Configuration and Pipeline Configuration.
Sender#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable sender |
|
Allowed: Boolean; two-phase bring-up (receiver and NIM service first, then sender) recommended. |
Naming / scale |
|
— |
Node |
|
— |
Image |
|
— |
Input asset |
|
TS file path inside sender container. |
Custom input PVC |
|
Mount custom audio at |
SMPTE ST 2110 ports |
|
Site-specific. |
NMOS |
|
Same semantics as NIM service |
Input Asset Requirements#
The sender expects an MPEG Transport Stream (.ts) file with the following specifications:
Audio stream: Opus, 48 kHz, mono.
The sender container includes a bundled sample file at /workspace/assets/studio_voice_48k_2_looped_10min.ts (48 kHz, mono, 10 minutes looped).
Receiver#
Configuration |
Helm Key ( |
Comment |
|---|---|---|
Enable receiver |
|
— |
Naming / scale |
|
— |
Node |
|
— |
Image |
|
— |
Receive mode |
|
Default: |
SMPTE ST 2110 |
|
Must match NIM output. |
Audio encoding |
|
Default: |
NMOS |
|
— |
SRT output |
|
Defaults: internal |
See Also#
Pipeline Configuration — NIM service tuning parameters.