piemonte / PBJVision

📸 iOS Media Capture – features touch-to-record video, slow motion, and photography
MIT License
1.94k stars 324 forks source link

Flip camera while recording causes audio sync issues #328

Closed AndresCanella closed 7 years ago

AndresCanella commented 8 years ago

When you are capturing video and flip the camera while still capturing. Audio will be chopped and become out of sync.

piemonte commented 8 years ago

Hey @AndresCanella thanks for the feedback. i'm aware of some of these issues which i've addressed in a new library:

http://github.com/NextLevel/NextLevel

Unfortunately, I don't have enough time to bring those logic changes back here at the moment. Hopefully in the future or if someone else wants to submit a PR.

AndresCanella commented 8 years ago

Thanks @piemonte !

Im dealing with this issue in our own library. We're adding flip functionality... All I need is a nudge in the right direction so I don't have to prototype different solutions to find the answer:)

I'll check out your new lib!!

JoySeeDog commented 7 years ago

@AndresCanella hello,AndresCanella, I have also encountered the same problem. Can you tell me how to solve it?