Hacker News new | ask | show | jobs
by DarkIye 4264 days ago
I started writing a sample-level audio suite in Java, for musical purposes:

https://github.com/williamberg/audioDCB

which I'll probably discard because Java is not the right tool for the job. Inspecting pydub/pydub/pyaudioop.py , I see there are methods for working on the sample level. I'll make a mental note to come back to this project when I get back on the computer music bandwagon again.