Signal amplitude against time in Java

Posted by wsr74ws84 on Stack Overflow See other posts from Stack Overflow or by wsr74ws84
Published on 2010-04-11T20:09:46Z Indexed on 2010/04/11 20:23 UTC
Read the original article Hit count: 279

Filed under:
|
|
|

I'm racking my brain in order to solve a knotty problem (at least for me).

While playing an audio file (using Java) I want the signal amplitude to be displayed against time.

I mean I'd like to implement a small panel showing a sort of oscilloscope (spectrum analyzer). The audio signal should be viewed in the time domain (vertical axis is amplitude and the horizontal axis is time).

Does anyone know how to do it? Is there a good tutorial I can rely on? Since I know very little about Java, I hope someone can help me.

© Stack Overflow or respective owner

Related posts about java

Related posts about signal