Open Issues Need Help
View All on GitHubAI Summary: Refactor the `whatsmybitrate` audio analysis tool to improve code organization and create a deployable version using GitHub Actions. This involves creating a more object-oriented structure for core functions, ensuring consistency between the command-line interface (CLI) and a potential web interface (mentioned in issue #6), and setting up a GitHub Actions workflow for automated deployment.
Whatsmybitrate analyzes audio files for quality metrics such as bit rate, frequency, and codec type in bulk. It also generates spectrograms for visual representation of the audio spectrum. It supports a variety of audio formats, including MP3, FLAC, WAV, AAC, M4A, and more.