goxr3plus / XR3Player

🎧 🎼 The MOST ADVANCED JavaFX Media Player
https://xr3player.netlify.com/
GNU Lesser General Public License v3.0
724 stars 176 forks source link

Add alternative waveform #69

Open Ygarr opened 4 years ago

Ygarr commented 4 years ago

Please add Spectral "waveform" of audio file(like in Audacity) and waveform based on Wavelets technology

goxr3plus commented 4 years ago

@Ygarr Thank you for the recoomendation i added that on the todo list :) .

Can you please help me on that giving me at list an algorithm in Java and i will transfer it into real JavaFX code :) ?

Ygarr commented 4 years ago

Ok, soon

goxr3plus commented 4 years ago

Do it don't forget my bro :)

Ygarr commented 4 years ago

Meanwhile this is the feature what I suggest in visual representation(so it is real) feature_wavelet_Screenshot_2020-01-23_11-19-53

Ygarr commented 4 years ago

The common way to find Discrete Wavelet Transform can be obtained from here https://github.com/cscheiblich/JWave

Ygarr commented 4 years ago

to compute one of the wavelet(Haar wavelet wavelet_compute2020-01-23_11-55 )

goxr3plus commented 4 years ago

Thank you very much for giving me directly the code , cause i am not really good at these kind of algorithms :)

goxr3plus commented 4 years ago

Do you know JavaFX?

Ygarr commented 4 years ago

In some rate but haven`t own PC for now