Skip to main content
AudioParams defines the settings for an audio processor, including which AI model to use and the audio sample rate. You pass an instance of this class to RemoteSDK.CreateAudioProcessor() when creating a new processor.

Properties

PropertyTypeRequiredDescription
modelNamestringYesAI model name. See available models.
sampleRateintYesAudio sample rate: 8000 or 16000 Hz

See Also

RemoteSDK

Use CreateAudioProcessor() with AudioParams

AudioProcessor

The processor instance created from these params