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
I tried to implement https://github.com/zhuker/lamejs/blob/master/example.html
But the resulting mp3 is right length but has no audio.
The sampleRate being returned in chrome windows is 6000kb.
I tried with 44100 but then it sounds like fast forward audio.
The text was updated successfully, but these errors were encountered:
Same problem here, the mp3 encoded has right length/weight but is silent... Did you find any solutions? (EDIT) Solution found here -> #10 (comment)
You have to increase the values returned by the function buffer.getChannelData(0)
I tried to implement https://github.com/zhuker/lamejs/blob/master/example.html
But the resulting mp3 is right length but has no audio.
The sampleRate being returned in chrome windows is 6000kb.
I tried with 44100 but then it sounds like fast forward audio.
The text was updated successfully, but these errors were encountered: