RealtimeAudioFormatsAudioPcm interface
model interface RealtimeAudioFormatsAudioPcm
- Extends
Properties
| rate | The PCM sample rate in hertz. The supported value is |
| type | The PCM audio format identifier. Always |
Property Details
rate
The PCM sample rate in hertz. The supported value is 24000.
rate?: 24000
Property Value
24000
type
The PCM audio format identifier. Always audio/pcm.
type: "audio/pcm"
Property Value
"audio/pcm"