Display sound (.wav/.mp3) as graph in Java

后端 未结 2 1506
半阙折子戏
半阙折子戏 2021-02-10 04:34

I need to display a graph of a sound file - i.e. a wave form as displayed by audio editors such as Audacity.

How should I go about this? Is there anything in the Java So

2条回答
  •  野性不改
    2021-02-10 05:12

    In the end I found code to do exactly what I wanted in Chapter 10 of the book Swing Hacks.

提交回复
热议问题