Jon Sadka
Jon Sadka
Another example where line-split doesn't seem to work as intended: ``` const line = { "type": "Feature", "properties": {}, "geometry": { "type": "LineString", "coordinates": [ [-0.1315423281249999, 51.498954046875], [-0.2066106601562549, 51.501714871093746] ]...
The solution here seems to work as expected https://github.com/Turfjs/turf-line-slice-at-intersection/blob/master/index.js#L109
Having this same issue using the following options ``` mimeType: 'audio/wav', type: 'audio', recorderType: RecordRTC.StereoAudioRecorder, bufferSize: 4096, numberOfAudioChannels: 2, sampleRate: 44100, ```
Per @ccchapman's comment, I too use the the AudioContext API to calculate the audio level for a visualization (example below). I've tried all the possible combinations and still get the...
@DevJhns was happing on Macbook Safari, didnt test on iOS. Were you able to use `ios-safe-audio-context` sucessfully?
> @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...
@DevJhns nice! This workaround seems to work on the Apple devices tested below: ✅ MacBook Pro Safari 13.0.2 ✅ iPhone X iOS 13.2 ✅ iPhone 7 iOS 12.3.1 ✅ iPhone...
@Pmartbur @luckyxue this is the code I am using with the configuration. Is this still creating issues? ``` const mediaRecorder = RecordRTC(mediaStream.clone(), { checkForInactiveTracks: true, mimeType: 'audio/wav', numberOfAudioChannels: 2, recorderType:...
Some minor developments: - It looks like the video sometimes plays when transitioning between client-side routes (1 ini 10 times) - Inspecting the HTML, the code block on Mac renders...
I appreciate the response, will keep digging. Thanks Rahim