This program is designed to send low-resolution images from a device(which have microphone and speaker) to another with sound alone.
poke.py
- This program transrates images to sounds, mainly using OpenCV. The resolution of input images is limited in 60x60.analysis.py
- This program records input sounds for certain seconds, analyses them and back-transrates sounds into images.
Two devices(any kind will be fine) are needed. One is for sending, the other is for receiving.
The following modules are required.
- OpenCV
- Numpy
- Scipy
- Pygame
To install them, check documents of each module.
- Run
analysis.py
first. - The receiving device entering stand-by state, run with your own choice.
$ python poke.py <pokémonName>
The following arguments can be used as Pokémon name.
- hushigidane
- lizardon
- zenigame
- koiking
- pikachu
- nyasu
- toranseru
- trainer
- Run the code.
$ python analysis.py