- 授权协议: GPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://home.arcor.de/mdoege/pysynth/
- 软件文档: http://home.arcor.de/mdoege/pysynth/#u
软件介绍
PySynth 可在一首歌中的说明创建一个合成的音频WAV文件列表。
使用方法:
% python
ActivePython 2.5.0.0 (ActiveState Software Inc.) based on
Python 2.5 (r25:51908, Mar 9 2007, 17:40:37)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pysynth
>>> test = ( ('c', 4), ('e', 4), ('g', 4), ('c5', 1) )
>>> pysynth.make_wav(test, fn = "test.wav")
Writing to file test.wav
[1/4]
>>>
Building Social Web Applications
Gavin Bell / O'Reilly Media / 2009-10-1 / USD 34.99
Building a social web application that attracts and retains regular visitors, and gets them to interact, isn't easy to do. This book walks you through the tough questions you'll face if you're to crea......一起来看看 《Building Social Web Applications》 这本书的介绍吧!
