Mitchell Porter
Mitchell Porter
@beepop is right. Not including a license at all is worse than including a limited license. No one's going to ever use this if there isn't a license attached.
Has anyone figured this out yet?
Bump. Anyone figure this one out?
Anyone ever figure this out? I'm experiencing the same thing but it is very hard to reproduce. It seems to happen more often on the iPhone 6 Plus. It happens...
@levantAJ That's a predictable issue and expected because it has to do with the shared audio session of your device. What I described, and what others have described above, is...
@alihen This sounds interesting! I ended up just removing the filters altogether because analytics showed that users preferred our basic image filters, but I'd still love to find a fix...
lol small world
Not yet, I took a break from it. Had some more people reach out to help, some promising leads. I may just move to paging.
The solution was provided by someone in issue #249. You need to edit the `adjustBuffer` method located on line 430 in `SCRecorderSession.m`: ``` Objective-C - (CMSampleBufferRef)adjustBuffer:(CMSampleBufferRef)sample withTimeOffset:(CMTime)offset andDuration:(CMTime)duration { CMItemCount...