- 授权协议: 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]
>>>
Ruby on Rails实践之路
沃哈 / 科学 / 2010-5 / 48.00元
《Ruby on Rails实践之路:写给PHP和Java开发者的书》内容简介:Ruby on Rails是基于MVC模式的Web框架,用于开发基于数据库的Web应用。Ruby on Rails中内含了所需的Web服务器WEBrick。该框架配置的数据库除了缺省的MySQL外,还可以是Oracle、SQL Server等其他数据库。《Ruby on Rails实践之路:写给PHP和Java开发者的......一起来看看 《Ruby on Rails实践之路》 这本书的介绍吧!
