Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 446 Bytes

Image2Sound Project

i2s

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