gorastudio-git / SCNRecorder

The best way to record your AR experience!
MIT License
201 stars 51 forks source link

Audio recorded affected on some devices when 'configuration.providesAudioData' = true is used'. #38

Closed hizzlehoff closed 2 years ago

hizzlehoff commented 2 years ago

When using:

let configuration = ARWorldTrackingConfiguration() configuration.providesAudioData = true sceneView.session.run(configuration)

On some devices (like iPad pro and iPhone 12) the volume for recording using AVFoundation's AVAudioRecorder is dramatically reduced. If anyone knows a solution for this I'd be very grateful.

v-grigoriev commented 2 years ago

There doesn't seem to be an answer yet and the issue is not related to SCNRecorder. Closing.