https://github.com/ufthaq/incognito
Incognito : Image to Audio Converter
https://github.com/ufthaq/incognito
audio-processing image-processing image-to-audio
Last synced: 19 days ago
JSON representation
Incognito : Image to Audio Converter
- Host: GitHub
- URL: https://github.com/ufthaq/incognito
- Owner: UFTHaq
- License: mit
- Created: 2024-06-26T09:43:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T15:28:10.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T04:42:14.033Z (over 1 year ago)
- Topics: audio-processing, image-processing, image-to-audio
- Language: C
- Homepage: https://ufthaq.webflow.io/incognito
- Size: 23.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README








[](https://opensource.org/licenses/MIT)
# Incognito : Image to Audio Converter
Convert your image to audio
## Incognito Demo App
https://github.com/user-attachments/assets/b590e59c-df37-4a22-b07a-773628c8b7fb
https://www.youtube.com/watch?v=2cm3MWPysow
### Skill Issue:
- I dont know any build system yet, so sorry for dev.
### Features:
- Drag&Drop PNG & JPG image.
- Setup padding.
- Pad with the right color and thickness can clean out the spectrogram result in [Tirakat](https://github.com/UFTHaq/Tirakat) app.
- Title input.
- Export to Audio Format (WAV & FLAC).
### Build with:
- C++17 in MSVC Visual Studio C++ 2022
### Libraries:
- Raylib : [https://www.raylib.com](https://www.raylib.com/)
- SFML : [https://www.sfml-dev.org](https://www.sfml-dev.org/)
- FFTW3 : [https://www.fftw.org](https://www.fftw.org/)
- Libsndfile : [https://libsndfile.github.io/libsndfile](https://libsndfile.github.io/libsndfile/)
### Download:
- Windows-x64 : [Incognito-v2.0.0-win64.zip](https://github.com/UFTHaq/Incognito/releases/download/v.2.0.0/Incognito-v2.0.0-win64.zip)
## Changelog
### Since v2.0.0
- Changing UI:
- Added slider for thickness and color.
- Added auto pad color button.
- New Features:
- Support PNG & JPG formats.
- Auto play audio after successful encoding.
- Bug Fixes:
- Fixed windows startup issue (from v1.0.0).
- Fixed image conversion limitation (from v1.0.0).
- Screenshot:
#### Known Issues / Bugs:
- Not found yet.
### Since v1.0.0
- Features:
- Only support PNG.
- Screenshot:
#### Known Issues / Bugs:
- Window startup issue: The window startup is broken when using 2 monitors in extended mode, at least in my setup (laptop ryzen5 Win11 and second monitor). This could be a compatibility issue with Raylib, Windows, or AMD drivers.
- Workaround: Quick fix is by changing extended mode monitor to (PC screen or Second screen only), open This App, and then its okay to cameback to Extended mode.
- Image conversion limitation: The app has a limitation of converting only one image to audio per session. To convert another image, you will need to exit and restart the app. I am unable to determine what cause this issue.
If you consider this page is useful, please leave a star ⭐