Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ys-sudo/image2sound

Image to Sound Converter Project - python desktop GUI app.
https://github.com/ys-sudo/image2sound

numpy pil pyaudio pyqt-gui pyqt5 pyqt5-desktop-application pyqtgraph python3 wave

Last synced: about 2 months ago
JSON representation

Image to Sound Converter Project - python desktop GUI app.

Awesome Lists containing this project

README

        

# Image2Sound Project

![i2s](https://user-images.githubusercontent.com/57189926/110684645-aa4f2080-81dd-11eb-95a5-96c3f5ed3243.jpeg)

## Experimental application that converts images into sounds based on the pixel's color data and audio parameters passed by the user.

### To run install required imports (pip install):
- PyQt5
- pyqtgraph
- wave
- PIL
- pyaudio
- numpy
- struct
- time

### to build app:
pyinstaller --windowed i2sv3.spec