react-native-vision-camera/package/ios/Parsers
Marc Rousavy cf8f3d05e3
fix: Fix Video Recording delay and improve startRecording() performance (#2192)
* fix: Add more logs

* perf: Init audio AVAssetWriter in parallel

* chore: Log Audio Session activation

* perf: Init Audio Session asynchronously

* chore: Log when category changed

* fix: Revert lazy audio initialization

* Update Podfile.lock

* Pass `sourceFormatHint` to video and audio AVAssetWriter

* fix: Remove `sourceFormatHint` from Video Asset Writer

* Use default options for Audio Asset Writer

* Update Podfile.lock

* Revert "Use default options for Audio Asset Writer"

This reverts commit e575a14c5342ddc7f9db557d5e3915328ed9e798.

* Add time logs

* fix: Don't synchronize audio buffers, they are already in sync

* shouldOptimizeForNetworkUse = false

* fix: Only update `latestTimestamp` once video buffer has been written

* perf: Use `AVAssetWriterInput` instead of `AVAssetWriterInputPixelBufferAdaptor`

* fix: Fix Audio not being synchronized with Video

* Remove logs add comments

* Format

* feat: Set `.videoRecording` AVAudioSession mode

* Refactor `startRecording()` a bit

* Format

* chore: Throw error directly instead of double-checking
2023-11-22 17:53:10 +01:00
..
AVAssetWriter.Status+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVAuthorizationStatus+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVCaptureDevice.DeviceType+physicalDeviceDescriptor.swift feat: Add support for LiDAR, TrueDepth, External (USB) and Continuity Camera Devices (iOS 17) (#1824) 2023-09-21 16:29:46 +02:00
AVCaptureDevice.FlashMode+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVCaptureDevice.Format.AutoFocusSystem+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVCaptureDevice.Position+descriptor.swift feat: New JS API for useCameraDevice and useCameraFormat and much faster getAvailableCameraDevices() (#1784) 2023-09-21 11:20:33 +02:00
AVCaptureDevice.TorchMode+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVCapturePhotoOutput.QualityPrioritization+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVFileType+descriptor.swift chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
AVMetadataObject.ObjectType+descriptor.swift feat: Code Scanner API (#1912) 2023-10-04 12:53:52 +02:00
AVVideoCodecType+descriptor.swift fix: Fix Video Recording delay and improve startRecording() performance (#2192) 2023-11-22 17:53:10 +01:00
EnumParserError.swift fix: Remove unused Error codes (#1887) 2023-09-29 21:54:35 +02:00