Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zdrzalikprzemyslaw/analog-to-digital-converter

Implementation of audio recorder and player with a simple gui.
https://github.com/zdrzalikprzemyslaw/analog-to-digital-converter

analog digital-converter gui player python python3 tkinter

Last synced: 28 days ago
JSON representation

Implementation of audio recorder and player with a simple gui.

Awesome Lists containing this project

README

        

# analog-to-digital-converter
Python implementation of audio recorder and player with a simple gui.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the required libraries.

```bash
pip install Pyaudio wave soundfile
```

## Usage

Run NagrajDoWAV.py

## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)