Audio

hash

Computes the hash of an audio

moises.audio.hash

Parameters

ParameterTypeDescription
inputArrayBufferThe audio buffer to hash

Returns:

Promise<string> - Promise that resolves with the hash of the audio buffer

Example resolved value:

// When the promise resolves, you get:
"example"

This file is automatically generated. Do not edit manually.

On this page