AudioDelta: {
    channels?: number;
    data?: string;
    mime_type?: AudioDeltaMimeType;
    rate?: number;
    sample_rate?: number;
    type: "audio";
    uri?: string;
}

Type declaration

  • Optionalchannels?: number

    The number of audio channels.

  • Optionaldata?: string
  • Optionalmime_type?: AudioDeltaMimeType
  • Optionalrate?: number

    Deprecated. Use sample_rate instead. The value is ignored.

    field: This will be removed in a future release, please migrate away from it as soon as possible.

  • Optionalsample_rate?: number

    The sample rate of the audio.

  • type: "audio"
  • Optionaluri?: string