Jovanni, I apologize for taking so long to respond to your email inquiry. The XtremeMP project is now fully abandoned. You are free to use the code in any way you wish. The developer of XtremeMP was Besmir Beqiri (besmir.beqiri@gmail.com). He has moved on to re-implementing and improving the XtremeMP code using more recent java libraries and tools. His new project is called Polaris and is described on his web site at https://www.logicbind.io/polaris.html . Besi is struggling with some personal family...
Hello, I don't know if the project is completely abandoned, but I took the source code that they left so far and polished it a bit, I even added other visualizations and a better LAF (FlatLaf includes many themes in its library so I added them to be able to change the appearance and even the possibility of adding custom themes, among a lot of other things), for the moment I haven't released it, I want to add a compact and bar (like musicbee), crossfade between songs and improve the equalizer filter,...
Hello, I don't know if the project is completely abandoned, but I took the source code that they left so far and polished it a bit, I even added other visualizations and a better LAF, for the moment I haven't released it, I want to add a compact and bar (like musicbee), crossfade between songs and improve the equalizer filter, i remove the audio libraries, they didn't work for me :p and use an implementation that uses FFMPG, it reproduces songs in FLAC format, among others, perfectly well, I leave...
Hello, I don't know if the project is completely abandoned, but I took the source code that they left so far and polished it a bit, I even added other visualizations and a better LAF, for the moment I haven't released it, I want to add a compact and bar (like musicbee), crossfade between songs and improve the equalizer filter, i remove the audio libraries, they didn't work for me :p and use an implementation that uses FFMPG, it reproduces songs in FLAC format, among others, perfectly well, I leave...
Hello, I don't know if the project is completely abandoned, but I took the source code that they left so far and polished it a bit, I even added other visualizations and a better LAF, for the moment I haven't released it, I want to add a compact and bar (like musicbee), crossfade between songs and improve the equalizer filter, i remove the audio libraries, they didn't work for me :p and use an implementation that uses FFMPG, it reproduces songs in FLAC format, among others, perfectly well, I leave...
Is the project abandoned? Thank you very much for the program distributed under a free open license! Added a program to a Russian-language site about free software, here is the link. Please do not drop the project, this is a very interesting program! Will the program no longer be updated and new versions will no longer appear? Will stable versions be published here or elsewhere?
Xtreme Media Player: v0.8.0 Released
README.md edited online with Bitbucket
[i18n] Add the Portuguese locale
[proj] update dependencies,
[vcs] Add a proper hgignore file
[vis] Let the water balloons look truely beauti...
[vis] Refactoring of the WaterBalloons visualiz...
I changed the order of the Visualization List t...
I deleted the QuarterSpectrogramColor visualiza...
I deleted the FullSpectrogramColor visualizatio...
The "WaterBalloons" visualization now uses the ...
Preparations for version 0.8.0
Some code cleanup.
Visualizations can now check if current color s...
Update some project files to include and use th...
Fixed a bug inside JAAD library that was preven...
Update some libraries to their latest versions.
A new visualization called "WaterBalloons" was ...
The "Jiggle" visualization was deleted. The co...
I added three new visualizations. The first is...
In the PianoRoll visualization, I changed the w...
Changed some colors in the Jiggle visualization.
In the QuarterSpectrum, WhiteQuarterSpectrum, a...
In AbstractSpectrumAnalyzer.computeFFT() method...
Fixed several programming errors in the visuali...
Deleted FFT class (superceded by jTransforms' F...
Added Whitener class to the xtrememp.visualizat...
Backout & Rewrite of commit r249 for better leg...
Added applyMaxOverLine() method in the Abstract...
Fix a possible NPE that can occur when restorin...
Added visualizations UpDownWaveform and StereoW...
I added a new visualization called PianoRoll wh...
I deleted the classes Band, BandDistribution, L...
Fixed problem in several visualizations with wo...
Changed method name from channelsMerge() to ave...
Find some better values for the default gains a...
changed variable names from channelsBuffer to a...
Added applyWindow() method to all spectral visu...
Added a new method called applySelectedScale() ...
Changed class name from Spectrum to FullSpectrum.
Changed variable name from sampleSize to blockL...
Changed method names from normalizeData() to ex...
Moved contents of package xtrememp.visualizatio...
Rename "channelsBuffer" to "audioChannels" and ...
Make use of JTransforms library for all FFT cal...
Make use of JTransforms library for all FFT cal...
This class will serve as a base class for all s...
Use a List container instead of the Set in orde...
Added Spectrogram4 visualization to provide a q...
Changed DEFAULT_BLOCK_LENGTH to 8192. Limited ...
Few bug fixes and some code cleanup.
Split all oscilloscope types in different classes.
Added methods to Spectrogram to calculate and a...
Added the "SampleHistory" visualization for use...
Simplified the "Jiggle" visualization
Added new "Jiggle" visualization
Added two new visualizations - "Oscilloscope" a...
Cleanup some code.
Changed blockLength to 2048. Temporal visualiz...
Fix background color issue on the Stereograph c...
Added "Stereograph" visualization.
Fixed logic error in the FFT.calculateFrequency...
Many name changes to variables, some methods, a...
Project files fix plus some changes.
Project files fix.
The DSS now processes the audio data in a much ...
XtremeMP can now read a MP4 container and decod...
Fix import issue of Artwork class related to t...
Finish updating all libraries to their latest v...
Update all libraries to their latest versions.