Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohammadshaad/audio-capture-and-deconvolution
https://github.com/mohammadshaad/audio-capture-and-deconvolution
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohammadshaad/audio-capture-and-deconvolution
- Owner: mohammadshaad
- Created: 2023-12-21T08:23:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T18:20:53.000Z (11 months ago)
- Last Synced: 2024-02-12T19:36:27.796Z (11 months ago)
- Language: Jupyter Notebook
- Size: 691 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Audio Capture Application
This is a simple GUI made using Tkinter in Python. It simply captures the audio from the microphone and saves it in a .wav file. The GUI is made using Tkinter and the audio is captured using PyAudio. The GUI has a start and stop button. The start button starts the audio capture and the stop button stops the audio capture. The audio is saved in a .wav file with the name of the file as the current date and time.
## Requirements
- Python 3.6
- PyAudio
- Tkinter## Installation
- Install Python 3.6 from [here](https://www.python.org/downloads/)
- Install PyAudio using the command `pip install pyaudio`
- Install Tkinter using the command `pip install tkinter`## Usage
- Clone the repository using `git clone https://github.com/mohammadshaad audio-capture-gui-python.git`
- Run the script using `python3 audio_capture_app.py`