Post

Replies

Boosts

Views

Activity

Reply to AudioQueue player mix with other sounds has a 0.5s mute
Resloved it by [[AVAudioSession sharedInstance] setActive:YES withOptions:AVAudioSessionSetActiveOptionNotifyOthersOnDeactivation error:nil]; Options is the key.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to libiconv convert utf8 to gbk fialed when text contains `ellipsis(……)` only in iOS17
Hi shenbj, I have resolve the problem by using Objective-C interface kCFStringEncodingGB_18030_2000, and replace iconv C library with Objective-C itself method.
Replies
Boosts
Views
Activity
Nov ’23