Hi guys! I really need quick help with sound in Java. I’m working with DSP (Digital Signal Processing) and guys in my university want to see the implementation of my ideas (all works fine in theory, but you know those kind of professors they just want to see the “experiment”).
So, i need to read wave data from a wav file (that’s no problem doing this, I’ve already wrote an implementation for this).
Then I modify (filter) the wave data somehow…
Then I need to playback a part of modified wave data. This is a problem… (I really don’t know how to do this). I also need some kind of visualization of playback progress, so I must be able to monitor the progress somehow…
Please suggest some kind of API (non-commercial, for educational use at least).
Its really hard to develop such a software in a night, but I need to do my best because you know those professors!