gpt4 book ai didi

java - 处理声音,库未正确安装

转载 作者:行者123 更新时间:2023-12-03 01:55:27 25 4
gpt4 key购买 nike

所以我试图播放这个声音,但它不起作用。我收到这条消息

Error: Soundfile doesn't exist. Pleae check path
A library relies on native code that's not available.
Or only works properly when the sketch is run as a 32-bit application.
and A library used by this sketch is not installed properly

我不知道我哪里错了

这是代码
SoundFile file;
void setup(){
size (300,300);
background(100,150,0);
file= new SoundFile(this,"Deadmau5.mp3");
file.play();
}

void draw(){

}

是不是它没有在正确的目录中查找文件?
谁能帮我分解一下?
谢谢你

最佳答案

你有很多事情要做。您可能想要复制错误的全文而不是解释。但如果我是你,我可能会检查以下几件事:

库是否安装正确?您是从处理编辑器安装它,还是尝试手动安装?您是否包含了所需的所有 native 库?

该库是否要求您将其作为 32 位应用程序运行?如果是这样,你正在这样做吗?

您是否通过转到“草图”菜单,然后单击“添加文件”选项将文件添加到草图中?看看你的草图目录 - 你认为它应该在哪里?

关于java - 处理声音,库未正确安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35928626/

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