User-friendly Windows executables, providing the following functionalities:
- beat_detection: This script analyzes an audio file and detects beats or onsets in the sound. It generates a text file containing the frame numbers where the beats occur. The software is designed for offline use and is suitable for creating sound-reactive animations or generating keyframes for animation projects. It does not provide real-time beat detection.
- audio_to_params: This script allows users to select an audio file, specify parameters such as frames per second (FPS), output file path, and a formula for output calculation. When executed, it analyzes the audio file using the specified parameters and saves the output as a text file. The GUI provides a more user-friendly approach to interact with the audio analysis functionality.
V0.3 fixes a weird bug that was not allowing the beat detection to start, and adds support for other file formats using FFMPEG.