Top 4 Java audio-processing Projects
-
audio-visualizer-android
🎵 [Android Library] A light-weight and easy-to-use Audio Visualizer for Android.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Project mention: Show HN: Pyzam, Shazam for DJs and Mixtapes in Python | news.ycombinator.com | 2024-04-24
Hello, really glad to see project like this popping up. I have few questions as I was working on something similar few years ago:
1. I did some development myself for a "Track Discovery for Djs"[1] project in this space of "dj music recognition" and I am wondering how are you able to handle mixtapes and dj mixes when there is a significant element of sound manipulation/distortion applied, like pitch/tempo + various effects? In my tests this totally confused the algorithms which were not designed to handle such cases.
2. Can you share which algorithm have you implemented for this project? I did read most of the research papers in this space and my preferred solution was to build upon https://github.com/JorenSix/Panako which I did.
In the space of "minimal microhouse techno" type of genre where there are often similar rhythm patterns or even tracks build up using same sample packs it proved to be more difficult to have reliable results than not.
I was investigating how Spotify and other market leaders can do track recognition and they do train ML models on the same track which has applied 100+ various different effects...
Curious to hear your thoughts...
[1] - https://rominimal.club
-
Java audio-processing discussion
Index
What are some of the best open-source audio-processing projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | audio-visualizer-android | 848 |
2 | XR3Player | 724 |
3 | Panako | 185 |
4 | Ampter | 4 |