bastibe / PySoundCard

PySoundCard is an audio library based on PortAudio, CFFI and NumPy
BSD 3-Clause "New" or "Revised" License
87 stars 9 forks source link

Frequency modulation (FM) #62

Closed MichaelZP closed 8 years ago

MichaelZP commented 8 years ago

How to modulate one waveform/track with another to achieve FM(Freq. Modulation)? fm_

bastibe commented 8 years ago

This is out of scope for PySoundCard. You will have to solve this with Numpy.