rFlex / SCRecorder

iOS camera engine with Vine-like tap to record, animatable filters, slow motion, segments editing
Apache License 2.0
3.06k stars 583 forks source link

Missing 0.5s of the audio on the beginning of every segment #424

Open wojczitsu opened 5 years ago

wojczitsu commented 5 years ago

When I record video, there is audio lag - 0,5 s of audio is missing from the beginning. Any one have solution?

hosaipang commented 5 years ago

@wojczitsu We faced a similar issue. Please set: initializeSessionLazily = true fastRecordMethodEnabled = true

This may ease the issue.