gpt4 book ai didi

Iphone:将音频创建为文件时找不到音频 Assets 轨道,在应用程序中运行

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:42:38 25 4
gpt4 key购买 nike

当我选择音频作为 Assets 时,我注意到在所选 Assets 中找不到音频 Assets 轨道。 “audio is created runtime as a file”(意思是在应用程序中创建并保存在文档目录中)。

我使用了下面链接中的代码......当音频被选为项目中的资源时它的工作但我的情况并非如此(我的情况:音频在应用程序中创建为文件并保存在 DOC.DIR 中。)

https://stackoverflow.com/a/12630437/1328096

最佳答案

您可以使用此语句来检查视频的声音

if([[songAsset tracksWithMediaType:AVMediaTypeAudio] firstObject]==NULL)
{
NSLog(@"Sound is not Present");
}
else
{
NSLog(@"Sound is Present");
//You will initalise all things
AVAssetTrack *sourceAudioTrack = [[songAsset tracksWithMediaType:AVMediaTypeAudio] objectAtIndex:0];

}

关于Iphone:将音频创建为文件时找不到音频 Assets 轨道,在应用程序中运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16079675/

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