interface AudioFormat {
    rate: number;
    type: "audio/pcm";
}

Properties

Properties

rate: number
type: "audio/pcm"