Replies: 3 comments 17 replies
-
This audio file can be easily imported into Audacity, for example, where I can specify the input sample rate. And I can play it successfully. |
Beta Was this translation helpful? Give feedback.
-
The lowest sample rate in Web Audio is indeed 8kHz, although I found Chrome able to go down to 3kHz. |
Beta Was this translation helpful? Give feedback.
-
Nothing happens. The file is not loaded and I cannot play it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm reading a WAV file from an SD card of my ESP32 board serving a web file server.
The official wavesurfer examples work fine but the problem is that my audio file sample rate is 1024 Hz. This is not an audio file, in fact, it's the output of an I2C differential pressure sensor that outputs at a 1024 Hz sample rate.
I've been searching for a solution to (1) load a custom raw audio file and (2) plot its spectrogram. WaveSurfer AudioContext does not support such a sample rate:
The full script:
Is it a strong NO for my case and should I look for something else?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions