gpt4 book ai didi

python用fluidsynth合成midi

转载 作者:太空狗 更新时间:2023-10-29 21:47:42 27 4
gpt4 key购买 nike

我无法导入 fluidsynth。 [也许有更好的模块?]

我正在尝试从 python 或 pygame 合成 midi。我可以从 pygame 发送 midi 事件。我正在使用 mingus,pyfluidsynth 似乎很好/最简单。

我认为这意味着安装了 pyfluidsynth,但没有安装单独的 fluidsynth。我不知道它是否需要“fluidsynth”安装程序才能工作?

测试.py:

import fluidsynth
print ":("

错误:

Traceback (most recent call last):
File "test.py", line 1, in <module>
import fluidsynth
File "C:\Users\jake\AppData\Roaming\Python\Python27\site-packages\fluidsynth.py", line 34, in <module>
raise ImportError, "Couldn't find the FluidSynth library."
ImportError: Couldn't find the FluidSynth library.

使用:python 2.7-win32

最佳答案

python fluidsynth 模块正在寻找 FluidSynth 二进制库文件(即 fluidsynth.dll)。

要获得它,您可以下载、编译和安装 http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.3/

您也许能够找到使用 fluidsynth(即 QSynth)的项目,其中包括 .dll 文件的预编译副本。

关于python用fluidsynth合成midi,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5783913/

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