gpt4 book ai didi

audio - 处理中:找不到声音文件

转载 作者:行者123 更新时间:2023-12-02 22:38:30 25 4
gpt4 key购买 nike

我有一些应该在运行时播放音乐文件的代码。

import processing.sound.*;

SoundFile soundtrack;

void setup(){

soundtrack = new SoundFile(this, "space_music.wav");

//soundtrack.play();

}

void draw(){}

当我运行代码时,除原声带初始化外,其余工作正常。弹出错误信息,提示
Error: Soundfile doesn't exist. Pleae check path

当我取消对soundtrack.play()的注释时,代码就直接拒绝运行。当soundtrack.play()处于绘制循环中时,也会发生这种情况。我仔细检查以确保文件名匹配。难道我做错了什么?

最佳答案

您需要先安装声音库。

草图>导入库...>搜索声音>安装声音库

关于audio - 处理中:找不到声音文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37016945/

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