synthesizer:适用于Python的虚拟模拟合成器

时间:2024-05-21 18:33:34
【文件属性】:

文件名称:synthesizer:适用于Python的虚拟模拟合成器

文件大小:30KB

文件格式:ZIP

更新时间:2024-05-21 18:33:34

Python

Python合成器 虚拟模拟合成器。 安装 $ pip install synthesizer 安装依赖项 的Ubuntu $ apt install portaudio19-dev $ pip install pyaudio 苹果系统 $ brew install portaudio $ pip install pyaudio 基本用法 播放440Hz正弦波 >> > from synthesizer import Player , Synthesizer , Waveform >> > player = Player () >> > player . open_stream () >> > synthesizer = Synthesizer ( osc1_waveform = Waveform . sine , osc1_volume = 1.0 , use_osc2 = Fals


【文件预览】:
synthesizer-master
----synthesizer()
--------synthesizer.py(4KB)
--------player.py(2KB)
--------frequency.py(1KB)
--------__init__.py(113B)
--------writer.py(773B)
----.github()
--------workflows()
----requirements.txt(58B)
----example()
--------play_pychord.py(790B)
--------play_440hz.py(1KB)
--------write_wave.py(927B)
--------play_chord.py(1KB)
----LICENSE(34KB)
----test()
--------test_writer.py(978B)
--------test_frequency.py(732B)
--------test_synthesizer.py(2KB)
--------__init__.py(0B)
--------test_player.py(343B)
----setup.cfg(26B)
----setup.py(1KB)
----README.md(2KB)
----docs()
--------conf.py(5KB)
--------requirements.txt(42B)
--------synthesizer.rst(635B)
--------index.rst(464B)
--------Makefile(8KB)
----.gitignore(1KB)
----CHANGELOG.md(536B)

网友评论