Generating sine wave sound in Python

后端 未结 6 1152
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-01 05:31

I need to generate a sine wave sound in Python, and I need to be able to control frequency, duration, and relative volume. By \'generate\' I mean that I want it to play thou

6条回答
  •  庸人自扰
    2020-12-01 06:04

    I the bregman lab toolbox you have a set of functions that does exactly what you want. This python module is a little bit buggy but you can adapt this code to get your own functions

提交回复
热议问题