Skip to content

Commit

Permalink
Added a small NB
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaSeth777 committed Jun 4, 2024
1 parent f6df0bb commit 61e5f18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file modified Audio_SpectraCLI/__pycache__/main.cpython-311.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@

### The ['main-old.py'](./Audio_SpectraCLI/main-old.py), which is the code for the main file for v3.2, and the ['test-old.py'](./tests/test-old.py) case supporting that, is DEPRECATED.

## Current Features (with respect to 4.0)
## Current Features (with respect to 4.0.1)

- Real-time visualization of Fast Fourier Transform (FFT) spectrum of audio input.
- Support for adjusting parameters such as duration, sampling rate, and block size.
- Seamless integration with SoundDevice for audio input capture.
- 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.
- 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.
- Might need to keep in mind that the Gaussian filter is too strong and it won't recognise any noise and display it's spectra. Only actual input through mic such as conversations and music are displayed which can be categorised as real inputs or audio, and of course in real time.
- Much more dynamic and user-controlled interface.

## Packaging
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Audio-SpectraCLI
version = 4.0.0
version = 4.0.1
author = Aditya Seth
author_email = [email protected]
description = AudioSpectraCLI is a tool that provides real-time FFT visualization of audio spectra. It captures audio input from the microphone and displays the corresponding frequency spectrum directly, allowing users to monitor and analyze audio signals.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Audio_SpectraCLI',
version='4.0.0',
version='4.0.1',
author="Aditya Seth",
long_description=open('Readme.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 61e5f18

Please sign in to comment.