|
SOLUTIONS
|
MATHEMATICA 内置符号
ListPlay
ListPlay[{a1, a2, ...}]
创建一个对象,播放声音,声音的振幅由
序列给出.
更多信息更多信息
- ListPlay 返回一个 Sound 对象,在 StandardForm 中显示为一个按钮,当点击该按钮时播发声音.
- 可以给出下面的选项:
-
DisplayFunction Automatic 产生用以显示的输出的函数 PlayRange All 包括的振幅范围 SampleDepth 8 用来表示每个振幅的字节数 SampleRate 8192 每秒应当产生多少次振幅样本 - ListPlay[{list1, list2}] 产生立体声音. 首先给出左声道.
- ListPlay[{list1, list2, ...}] 在任意多个声道上产生声音. 如果列表的长度不同,在较短列表结尾插入静音.
版本 2 的新功能 | 版本 6 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


