im pretty new for java ... I would like to plot a frequency / time graph or sample image from a wav file. for starters, I'm struggling to get the original data array from a Wav file using AudioInputStream, also referring to Reading a wav file in Java . I also tried the WavFile class, referencing http://www.labbookpages.co.uk/audio/javaWavFiles.html , but when testing, I could not find the correct packages to satisfy the "WavFile" - cannot find the character. "Delivered java import .io. *; for this sample this did not satisfy ...
to repeat, I want to get raw data in a Wav file array format.
I would love small examples of this, as I learned from the examples a lot easier! thank you for your time
source share