随笔分类 -  Project 1:Audio

Pudure Python Project 1
摘要:Untilnowwehaveconsideredonlymonauralsounds,howevertheverysameprinciplesapplytostereophonicsounds.Theadvantageofstereosoundisthatitallowsasoundtobe“positioned”fromlefttoright.Thehumaneardeterminesthepositionofasound,inpart,bytherelativeintensitiesofthesoundintheleftandrightears.Stereosoundshavetw... 阅读全文
posted @ 2011-04-11 16:27 牛皮糖NewPtone 阅读(489) 评论(0) 推荐(0) 编辑
摘要:Project1:SpecificationofAdditionalFunctions 项目1:额外函数说明 Note:allmono→stereofunctionsshouldreturnanewarray,ratherthantryingtoworkin-place. 注意:所有的单声道→多声道函数应该返回一个新数组,而不是在原数组中操作。 equal_scale(freq,amp,dur,sampler=sin_sample) Returnanascendingchromaticscalestartingonfreqwhereeachtoneisdursecondslong... 阅读全文
posted @ 2011-04-05 18:42 牛皮糖NewPtone 阅读(414) 评论(0) 推荐(0) 编辑
摘要:声音与波形在接触波形声音API之前,具备一些预备知识很重要,这些知识包括物理学、听觉以及声音进出计算机的程序。声音就是振动。当声音改变了鼓膜上空气的压力时,我们就感觉到了声音。麦克风可以感应这些振动,并且将它们转换为电流。同样,电流再经过放大器和扩音器,就又变成了声音。传统上,声音以模拟方式储存(例如录音磁带和唱片),这些振动储存在磁气脉冲或者轮廓凹槽中。当声音转换为电流时,就可以用随时间振动的波形来表示。振动最自然的形式可以用正弦波表示。正弦波有两个参数-振幅(也就是一个周期中的最大振幅)和频率。人们知道振幅就是音量,频率就是音调。一般来说人耳可感受的正弦波的范围是从20Hz(每秒周期)的低 阅读全文
posted @ 2011-04-05 18:38 牛皮糖NewPtone 阅读(1862) 评论(0) 推荐(0) 编辑
摘要:第一部分要求写出8个声音基元函数,下面给出了详细的描述 Conventions The conventions below are used to define the functions in the specification. For functions that modify a single array of sample data, the data parameter is always passed first. Next any parameters that indicate quantities such as amplitude, duration, o... 阅读全文
posted @ 2011-03-24 16:15 牛皮糖NewPtone 阅读(350) 评论(0) 推荐(0) 编辑
摘要:Pudure大学的Python课程Project1:Manipulating Digital Audio 处理数字声音 做一个项目不光要有扎实的基础,更需要深入学习背景知识,实现细节。 Manipulating Digital Audio Introduction In this project you will explore the generation and manipulation of digital sound. You will write basic functions that generate, alter and transform sounds wav... 阅读全文
posted @ 2011-03-24 16:12 牛皮糖NewPtone 阅读(827) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示