-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I don't see anything immediately wrong. The code that produces the error is here, does that suggest anything? |
Beta Was this translation helpful? Give feedback.
-
|
I can only think that there's some difference between the code you posted here and what is in your project. Because you're using If |
Beta Was this translation helpful? Give feedback.

I can only think that there's some difference between the code you posted here and what is in your project.
Because you're using
const wave = await getJson();thenwavewill contain the data after the promise resolves.If
options.waveformData.jsonwere a promise, you would see a different error:WaveformData.create(): Unknown data format