InputAudioConfig
import type { InputAudioConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";InputAudioConfig configures how the CES agent should interpret the incoming audio data.
interface InputAudioConfig {
audioEncoding?:
| "AUDIO_ENCODING_UNSPECIFIED"
| "LINEAR16"
| "MULAW"
| "ALAW";
noiseSuppressionLevel?: string;
sampleRateHertz?: number;
}§Properties
§
audioEncoding?: "AUDIO_ENCODING_UNSPECIFIED" | "LINEAR16" | "MULAW" | "ALAW"
[src]Required. The encoding of the input audio data.