Post

Replies

Boosts

Views

Activity

Reply to Distorted Audio When Recording External Mics With AVCaptureSession and AVAssetWriter
The sysdiagnose file is about 500 MB in size, and I’m not sure how to provide it to you. The issue, as described, is reliably reproducible. I have filed a detailed feedback, created and shared a demo project, and opened this thread upon request after my appeal for code-level support. I am hopeful that you can investigate the root cause of the problem using the information already provided.
Topic: Media Technologies SubTopic: Audio Tags:
Oct ’24
Reply to Distorted Audio When Recording External Mics With AVCaptureSession and AVAssetWriter
Not a solution—but workaround: Using a different filename for each recording—in this case, the recordings sound clean.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Distorted Audio When Recording External Mics With AVCaptureSession and AVAssetWriter
It’s been a month—do you have any updates on this?
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Distorted Audio When Recording External Mics With AVCaptureSession and AVAssetWriter
The sysdiagnose file is about 500 MB in size, and I’m not sure how to provide it to you. The issue, as described, is reliably reproducible. I have filed a detailed feedback, created and shared a demo project, and opened this thread upon request after my appeal for code-level support. I am hopeful that you can investigate the root cause of the problem using the information already provided.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to SceneKit - error Thread 1: "*** -[NSPathStore2 stringByAppendingPathExtension:]: nil argument
I am still running into this error on visionOS (using Xcode 15 beta 3), with both .usdz and .scn files.
Topic: Graphics & Games SubTopic: SceneKit Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to cannot open file
It’s still not working for me in Xcode 15 beta 2, but the error messages are gone.
Replies
Boosts
Views
Activity
Jun ’23
Reply to cannot open file
Same here. It doesn’t work on iOS, but the same code is running just well on iPadOS 🤷
Replies
Boosts
Views
Activity
Jun ’23
Reply to Error throws while using the speech recognition service in my app
Hi everyone — I’ve got this error as well (on macOS) and was able to fix it. It was a Sandbox issue: I’ve pointed to a mp3 file that my app just did not have access to. So I recommend using FileManager to check if the audio file you’re trying to transcript is readable.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to Cannot find type 'CreateTaskIntentHandling' in scope
Thanks for sharing this! You’re right. Somehow the Handling protocols were generated even with Xcode 13 RC but the intent handler within the AppDelegate only works with Xcode 13 beta 5 at the moment.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21
Reply to Cannot find type 'CreateTaskIntentHandling' in scope
I just realised that the Handling protocols are generated automatically based on the intent definition file. Configure that first and you’re good to go 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’21