文件名称:pyfmodex:fmod ex声音库的Python绑定
文件大小:2.15MB
文件格式:ZIP
更新时间:2024-04-23 17:37:51
Python
Pyfmodex pyfmodex是使用ctypes的fmod ex绑定。 安装 对于安装,首先请确保在路径上的某个位置具有用于平台的fmod stuio库,以便python能够找到它。 要下载,请访问 。 由于某些原因,API下载需要一个免费帐户。 然后,通过pip或easy_install进行安装,或者,您始终可以使用setup.py方式进行安装。 如果需要,请不要忘记超级用户权限。 用法 要验证是否一切正常,请打开python交互式解释器,然后尝试导入pyfmodex: import pyfmodex 如果没有错误,那就很好。 有效。 播放声音比导入要复杂一些,但没有什么可怕的: import pyfmodex system = pyfmodex . System () system . init () sound = system . create_sound ( "som
【文件预览】:
pyfmodex-master
----setup.py(1KB)
----.gitignore(106B)
----LICENSE(1KB)
----tests()
--------test_functions.py(350B)
--------conftest.py(3KB)
--------Vehicles.bank(146KB)
--------test_sound_group.py(1KB)
--------studio()
--------test_channel.py(7KB)
--------test.fsb(2.55MB)
--------test_dsp.py(4KB)
--------Master Bank.strings.bank(1KB)
--------test_reverb.py(783B)
--------test_sound.py(4KB)
--------innerlight.mid(11KB)
--------test_dsp_connection.py(555B)
--------test_channel_group.py(7KB)
--------test_system.py(8KB)
--------Master Bank.bank(24KB)
--------test_geometry.py(2KB)
----manifest.in(17B)
----readme.md(2KB)
----pyfmodex()
--------system.py(25KB)
--------sound_group.py(2KB)
--------geometry.py(6KB)
--------studio()
--------enums.py(12KB)
--------__init__.py(1009B)
--------dsp_connection.py(2KB)
--------globalvars.py(110B)
--------channel_group.py(2KB)
--------dsp.py(9KB)
--------structure_declarations.py(500B)
--------roomproperties.py(3KB)
--------constants.py(235B)
--------utils.py(515B)
--------reverb.py(2KB)
--------function_prototypes.py(3KB)
--------cone_settings.py(1KB)
--------flags.py(4KB)
--------callback_prototypes.py(5KB)
--------structures.py(12KB)
--------channel.py(3KB)
--------channel_control.py(13KB)
--------fmodobject.py(631B)
--------structobject.py(1KB)
--------reverb_presets.py(2KB)
--------sound.py(11KB)
--------fmodex.py(3KB)
--------exceptions.py(194B)
----docs()
--------Makefile(634B)
--------index.rst(440B)
--------conf.py(2KB)
--------make.bat(795B)