A simple image to sound conversion python script.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
kira1752 6102a4917b Update 'LICENSE' 5 yıl önce
LICENSE Update 'LICENSE' 5 yıl önce
README.md Updating usage help in readme file and tidy up some character 5 yıl önce
simtsou.py Update rotate help option command line option for better explanation of why this feature exist on first place 5 yıl önce

README.md

Simtsou

A simple image to sound conversion python script. For now, this script only support output to .wav audio format only (which is lossless audio format). More lossless audio format will coming soon in future version. Its recommended to use lossless picture format for better quality output :)

Usage help: usage: simtsou.py [-h] [-r] [-i] [-o OUTPUT] [-b BOTTOM] [-t TOP] [-p PIXELS] [-s SAMPLING] INPUT_FILE

positional arguments:
    INPUT_FILE                              Name of the image to be converted.

optional arguments:
    -h, --help                              show this help message and exit.

    -r, --rotate                            Rotate image 90 degrees for more sexy spectograph looks and sound.

    -i, --invert                            Invert image colors.

    -o OUTPUT, --output OUTPUT              Name of the output wav file. Default value: out.wav.

    -b BOTTOM, --bottom BOTTOM              Bottom frequency range. Default value: 200.

    -t TOP, --top TOP                       Top frequency range. Default value: 20000.

    -p PIXELS, --pixels PIXELS              Pixels per second. Default value: 30.

    -s SAMPLING, --sampling SAMPLING        Sample rate. Default value: 44100.