Skip to content

2.0

Compare
Choose a tag to compare
@AdityaSeth777 AdityaSeth777 released this 27 Feb 16:02
· 50 commits to main since this release

Audio-SpectraCLI v2.0 Release Notes

Initial Release

We are excited to announce the first release of Audio-SpectraCLI! This release introduces the following features:

  • Real-time visualization of Fast Fourier Transform (FFT) spectrum of audio input.
  • Interactive CLI interface for easy control and customization.
  • Support for adjusting parameters such as duration, sampling rate, and block size.
  • Seamless integration with SoundDevice for audio input capture.
  • Cross-platform compatibility for Windows, macOS, and Linux.

We hope you enjoy using Audio-SpectraCLI as much as I enjoyed developing it! Feel free to provide feedback or report any issues on my GitHub repository.

How to Install

You can install Audio-SpectraCLI via pip:

pip install Audio-SpectraCLI

Usage
To start the real-time spectrum visualization, simply run the following command:

audio_visualizer()

Make sure you have a microphone connected to your system to capture audio input.