noman
noman

Reputation: 1

how to write a wave file using scipy, if you are provided with sample rate and frequency values

please help me with an example

Upvotes: 0

Views: 168

Answers (1)

mtrw
mtrw

Reputation: 35098

You don't need SciPy, you can do this with Python using the Wave module.

Upvotes: 1

Related Questions