gpt4 book ai didi

ios - Xcode 音频内存泄漏?

转载 作者:行者123 更新时间:2023-11-28 23:13:58 26 4
gpt4 key购买 nike

我正在开发一个音板应用程序,当我分析我的应用程序时,它总是检测到内存泄漏。它在 iOS 模拟器上运行良好,但大多数声音在实际设备上不起作用。我认为这与内存泄漏有关。有小费吗。这是代码。它只是所有代码的一小部分。我正在使用 AudioToolbox。抱歉,先谢谢了,我是一个非常新的初学者。

    #import "hilarioussoundboardipViewController.h"

@implementation hilarioussoundboardipViewController




-(IBAction)sound2 {

CFBundleRef mainBundle = CFBundleGetMainBundle();

CFURLRef soundFileURLRef;

soundFileURLRef = CFBundleCopyResourceURL(mainBundle, (CFStringRef) @"sound2", CFSTR ("wav"), NULL);



UInt32 soundID;

AudioServicesCreateSystemSoundID(soundFileURLRef, &soundID);

AudioServicesPlaySystemSound(soundID); //it says there is a potential memory leak here//

}

最佳答案

看看 example code from Apple .您可能会发现一些有关资源/内存泄漏的提示或有关如何让音频在物理设备上播放的提示。

关于ios - Xcode 音频内存泄漏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7237593/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com