Skip to content

Releases: AdityaSeth777/Audio-SpectraCLI

VSC Extension - Audio-SpectraCLI - New Release! 🎉

07 Nov 15:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0 + 729005a

🎉 Audio-SpectraCLI VS Code Extension - New Release! 🎉

🚀 Welcome to the Future of Audio Visualization in VS Code! 🚀

Introducing the Audio-SpectraCLI Extension, the ultimate tool for real-time audio spectrum visualization right inside Visual Studio Code! This release brings powerful features, seamlessly integrated into your favorite editor, so you can work with audio data like never before. Whether you're an audio enthusiast, developer, or researcher, this extension is built for YOU!

🌟 New Features at a Glance

  • 🔥 Instant Code Insertion: Start coding faster! Use the command palette to insert ready-to-use Audio-SpectraCLI sample code in a single click. No more time wasted searching for snippets—dive right into visualizing audio.

  • 👀 Quick Status Check: Want to know if Audio-SpectraCLI is ready? Just run the View Status command, and a friendly notification will confirm that everything is set up and good to go!

  • 🎨 Professional Icon Integration: Now featuring a sleek new icon! Find your extension faster in the extensions panel with this professional branding update. A small touch, but it makes a big difference.

🚀 Why You’ll Love This Extension

  • Boosts Productivity: Spend more time experimenting and less time setting up. This extension simplifies the process, so you can focus on what matters—creating and analyzing audio visualizations!

  • Streamlined Workflow: Everything you need is now at your fingertips in VS Code. The extension is easy to use, even if you're new to audio spectrum visualization.

  • Built for Developers and Creators: We designed this tool with you in mind. Perfect for exploring audio data, creating visualizations, and understanding frequencies on a deeper level!

⚡ Quick Setup Guide

Go to Installation and Usage to have a more clear idea about the overall file structure and how to install and use it in your code.
Also, Make sure you have a microphone connected to your system to capture audio input.

🌌 Future Roadmap

Stay tuned—this is just the beginning! We're planning on adding more customization options, enhanced feedback, and advanced integration with Audio-SpectraCLI's most powerful features.

Total Enhancement - v4.0.0

23 May 12:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2...4.0

Release Notes :

I am excited to announce the fourth (and by far, the MOST AWESOME) release of Audio-SpectraCLI!
This release introduces the significant changes and upgrades :

  • Added PyQt5 modules and a Gaussian filter that enables user input for Duration (in seconds), Sampling Rate (in Hz), Block Size, and also smoothens the output.
  • Launched on Product Hunt and added the links in Readme.
  • Updated the License.

Notable points :

From v4.0.0, I have implemented a whole new code using PyQt5, which you will find evident here in the new main default code - 'main-old.py' and the 'test-old.py' case supporting that.

The 'main-old.py', which is the code for the main file for v3.2, and the 'test-old.py' case supporting that, is DEPRECATED.

I 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

Go to Installation and Usage to have a more clear idea about the overall file structure and how to install and use it in your code.

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

3.2

16 May 15:30
Compare
Choose a tag to compare
3.2

What's Changed

Audio-SpectraCLI v3.2 Release Notes

This release introduces the significant changes and upgrades :

  • Added support for Docker just to make the project interactive and enjoyable.

How to Install
Go to Installation and Usage to have a more clear idea about the overall file structure and how to install and use it in your code.

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

3.1

28 Mar 14:33
Compare
Choose a tag to compare
3.1

Audio-SpectraCLI v3.1 Release Notes

Initial Release

I am excited to announce the third release of Audio-SpectraCLI!
This release introduces the significant changes and upgrades :

  • Customizable Frequency Range: Allow users to specify the frequency range to display in the spectrum.
  • Color Customization: Provide options for users to customize the colors used in the spectrum visualization.

I 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

Go to Installation and Usage to have a more clear idea about the overall file structure and how to install and use it in your code.

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

2.1

27 Feb 16:14
Compare
Choose a tag to compare
2.1

Audio-SpectraCLI v2.1 Release Notes

Initial Release

I am excited to announce the second release of Audio-SpectraCLI! This release introduces the following features

  • Bug fixes for Linux platforms
  • Usage bugs fixed

I 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.

2.0

27 Feb 16:02
Compare
Choose a tag to compare
2.0

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.