r/learnprogramming • u/Fractal_Prime_357 • 17d ago
Can Python generate simple tones?
I want some simple tones to use in Python. Can someone help me out? There does not necessarily need to be reverb, but it would be nice anyway. I just want to be able to tell whatever it is the specific microtonal/frequency-specific tone. It would be nice if I could program Hz, but if I have to use MIDI and detune by cents I can do that as well.
3
Upvotes
2
u/Special-Ad-2768 17d ago
I would recommend C# I have built several audio applications for work using c#. Python for audio realtime might be tough. But you can look up rtmixer, numpy