Post

Replies

Boosts

Views

Activity

Reply to Sandbox Testers page is stuck with the error message
Same issue for me on all browsers I have tested.
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS 15 issue - Audio engine graph generates a lot of "throwing -10878" messages
HOWEVER, I am seeing the same "throwing -10878" show up when simply attaching a mixer to the audio engine: audioEngine = AVAudioEngine() mixer = AVAudioMixerNode() audioEngine.attach(mixer) // <-- throwing -10878 occurs here
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to iOS 15 issue - Audio engine graph generates a lot of "throwing -10878" messages
With your sample code, you can just change the connect line to the one in this stackoverflow answer: https://stackoverflow.com/questions/69414839/in-ios-15-throwing-10878-occurs-many-times-when-connecting-avaudioplayernode
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Loading of older .reality files is broken on iOS 15 (works on iOS 14)
We are seeing the same throwing -10878 with AVFoundation: https://developer.apple.com/forums/thread/692264
Topic: Graphics & Games SubTopic: RealityKit Tags:
Replies
Boosts
Views
Activity
Oct ’21