gpt4 book ai didi

swift - ExtAudioFileOpenURL 错误 : "Cannot convert the expression' s type 'OSStatus' to type 'CFURL' "

转载 作者:行者123 更新时间:2023-11-28 05:34:42 24 4
gpt4 key购买 nike

在花了几个小时坚定地选择使用 Swift 打开扩展音频文件引用后,我很想切换回 Objective C。我现在正在使用以下代码尝试从本地路径:

let audioURL:NSURL = NSURL(fileURLWithPath:"/my/file/path/here/song.mp3")
var audioFileRef:Unmanaged<ExtAudioFile>?
var error:OSStatus = ExtAudioFileOpenURL(audioURL as CFURL, audioFileRef)

知道为什么我会收到以下错误吗?

"Cannot convert the expression's type 'OSStatus' to type 'CFURL'"

最佳答案

哇,愚蠢的错误。我忘了让 audioFileRef 成为指针。

关于swift - ExtAudioFileOpenURL 错误 : "Cannot convert the expression' s type 'OSStatus' to type 'CFURL' ",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24645973/

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