interface SoundToDecode {
    data: { buffer: ArrayBuffer };
}

Properties

Properties

data: { buffer: ArrayBuffer }