Interface EncodedAudioChunkInit
interface EncodedAudioChunkInit {
data: AllowSharedBufferSource;
duration?: number;
timestamp: number;
type: EncodedAudioChunkType;
}
data: AllowSharedBufferSource;
duration?: number;
timestamp: number;
type: EncodedAudioChunkType;
}