Skip to content

Windows executables

Compare
Choose a tag to compare
@kessoning kessoning released this 13 May 08:11
· 6 commits to main since this release

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.