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.
- C++ re-write of the same program is being done for extra performance. Link to the github here
- 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
- sonify.py - The main sonify GUI program
- resources.py - Files that contain information about the icons used in the GUI