daviddavini / pysinewave

Generates and plays sine waves that smoothly transition between frequencies
MIT License
21 stars 9 forks source link

Exporting to audio file #14

Open OndrejBocek opened 1 year ago

OndrejBocek commented 1 year ago

Hey there! I've just discovered your script and I love it. It is exactly what I need for a project of mine, although I need to go one step further and save the generated sinewave as an audio file. Is there an easy way to do this within your package? I'm asking so I don't have to work on something that's been solved already.

Either way, thank you v much!