Skip to content

dheerajshenoy/sonify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sonify

Software that helps you visualize an image through audio signals. Sonification refers to the process of converting image pixels into frequencies of sounds. This software has been the efforts of me and my team members when we participated in the 2023 NASA Hackathon.

Python Qt NumPy Pandas SciPy Matplotlib OpenCV

NOTE

  • C++ re-write of the same program is being done for extra performance. Link to the github here

Documentation

Installation

  • First install the dependencies required for the program using pip

pip install -r requirements.txt

  • Then run the .py file in the src directory

python src/sonify.py

Files in the src directory

  • sonify.py - The main sonify GUI program
  • resources.py - Files that contain information about the icons used in the GUI

Screenshots

img1 img2

Demo

sonify.mp4

Releases

No releases published

Packages

No packages published

Languages