Skip to content

Releases: kessoning/Audio-Offline-Analysis

Windows binaries

Choose a tag to compare

@kessoning kessoning released this 13 May 15:36

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.

Windows binaries

Choose a tag to compare

@kessoning kessoning released this 13 May 14:45

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.2 fixes a weird bug that was not allowing the beat detection to start.

Windows executables

Choose a tag to compare

@kessoning kessoning released this 13 May 08:11

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.