Warning
Virekuvain is a study project. Some features are missing or require re-compilation, and no pre-built binaries are available.
Rush.by.Poisonblack.mp4
Virekuvain is a Java program for visualising audio from input devices.
- Support for over 60 audio formats
- Audio device selection
- Customisable colours
- Dark theme
- Support for mono, stereo, and multi-channel audio
- Waveform and frequency spectrum modes
Install Java 17+ and Maven 3.X.X, then clone this repository and run mvn javafx:run
to start the application.
Note Not sure whether you have these installed already?
Run
java -version; mvn --version
in the terminal to check!
At the moment, you can't. Eventually, you'll be able to use mvn javafx:jlink
, but that's broken because the
dependency we're using to obtain the frequency spectrum (JTransforms) is outdated.