CameraKit / camerakit-ios

Library for iOS Camera API. Massively increase performance and ease of use within your next iOS Project.
Apache License 2.0
686 stars 82 forks source link

Using AVAudioSession for audio #41

Open RaheelAhmad123 opened 2 years ago

RaheelAhmad123 commented 2 years ago

Need a little help, how can i add audio input device that was initiated with avAudioSession so i can record video using playAndRecord and ShareWithOthers.

I have tried using it individually but then i have to merge audio video files which takes a lot of time and is making app slower.