Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ys-sudo/image2sound
- Owner: Ys-sudo
- License: unlicense
- Created: 2020-06-19T16:16:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T19:29:44.000Z (almost 4 years ago)
- Last Synced: 2024-04-22T15:02:37.819Z (8 months ago)
- Topics: numpy, pil, pyaudio, pyqt-gui, pyqt5, pyqt5-desktop-application, pyqtgraph, python3, wave
- Language: Python
- Homepage:
- Size: 3.05 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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