Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zdrzalikprzemyslaw/analog-to-digital-converter
- Owner: ZdrzalikPrzemyslaw
- License: apache-2.0
- Created: 2020-06-05T10:32:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T10:37:45.000Z (over 4 years ago)
- Last Synced: 2024-11-11T14:33:19.793Z (3 months ago)
- Topics: analog, digital-converter, gui, player, python, python3, tkinter
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)