DevJhns

Results 12 comments of DevJhns

@jonahjonah have you found out what was wrong?

@ccchapman I also create AudioContext, for sound/silence detection, and sound garbles, but if I remove line desiredSampRate: 44100, all works, seems problem lies somewhere here, not sure if this is...

or maybe safari using 48000 rate ? anyone knows StereoAudioRecorder sample rate by default?

@ccchapman seems so, I don't define `buffersize` and no `desiredSampRate` also no `sampleRate` all I set: ` type: 'audio', mimeType: 'audio/wav', recorderType: StereoAudioRecorder, numberOfAudioChannels: 1 `

@ccchapman actually example above works on mac safari(works with `sampleRate: 48000`), on ios safari it is still garble/distortion sound I found this old safari bug https://github.com/Jam3/ios-safe-audio-context and this https://stackoverflow.com/questions/26336040/how-to-fix-changing-sample-rate-bug in...

@jonsadka your audio garbles/distortes only in ios? What about audio from macbook safari ?

@jonsadka I haven't used it yet, wanna fix bug without other libs, my friend who have mac, said sound was ok, but this was before I added `{audio: {sampleRate: 48000}}`...

@jonsadka @ccchapman Actually I found solution, remove sampleRate: 48000 from audio, just set it to true or your settings, and pass `stream.clone()` to your function with audiocontext `createMediaStreamSource(stream)` caused all...

@jonsadka aslo passing stream.clone() to RecordRTC fix this oh yeah, at last =)

@jonsadka much better, than more external libs, huh? Now it would be excellent if apple add mediarecorder support out of the box in at least 50 years (now it is...