Audio
hash
Computes the hash of an audio
moises.audio.hashParameters
| Parameter | Type | Description |
|---|---|---|
input | ArrayBuffer | The 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.