Comment by zahlman
19 hours ago
For that matter,
# python
from numpy import sin, arange, pi
127 * sin(arange(samplerate) * 2 * pi * freq / samplerate)
19 hours ago
For that matter,
# python
from numpy import sin, arange, pi
127 * sin(arange(samplerate) * 2 * pi * freq / samplerate)
No comments yet
Contribute on Hacker News ↗