You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi~
I'm try process ourself .wav audio with the repo, But the decode buffer is not the same as ours。I suspect the audio quality effect the result, but I'm not sure。And thank you for giving us different solutions about decode the large .wav audio。
The text was updated successfully, but these errors were encountered:
songbing1990
changed the title
Convert the same .wav,But the raw buffer information is inconsistent。
Convert the same .wav,But the decode buffer information is inconsistent。
Dec 20, 2019
Hi there. I can't speak on behalf of the third-party Wav decoder because I didn't write it. This repo only tested a specific 48,000hz file to exemplify Web Audio API usage. I should have #4 completed before the year ends, and you're welcome to try using Opus files instead of Wav once that completes.
Hi~
I'm try process ourself .wav audio with the repo, But the decode buffer is not the same as ours。I suspect the audio quality effect the result, but I'm not sure。And thank you for giving us different solutions about decode the large .wav audio。
ours ways: use
AudioContext.decodeAudioData()
Our result::
The repo results:
Test .wav audio:
MRYJ-20190102-160__mdt_1.zip
The text was updated successfully, but these errors were encountered: