An open API service indexing awesome lists of open source software.

https://github.com/adri6336/text-to-sound

This is a cipher that converts text to sound and generates sheet music with a hash.
https://github.com/adri6336/text-to-sound

cipher ciphers encryption music music-player python3 sha256 sheet-music

Last synced: 9 months ago
JSON representation

This is a cipher that converts text to sound and generates sheet music with a hash.

Awesome Lists containing this project

README

          

# text-to-sound

![image](https://github.com/Adri6336/text-to-sound/blob/main/example.png)

This is a thing that converts a message into sound and sheet music. It does not otherwise mess with the info: it legit only converts it to sound, with the pitch representing the ordinal value of the message's characters. As of yet, it's one-way; I'm looking into making it decryptable automatically.
I have made a few attempts to decrypt it but am really quite stuck; I'm starting to think it's legit one-way, kinda like a hash

In addition to the requirements listed in the requirements.txt, text-to-sound needs the following installed:
- FluidSynth
- LilyPond

Python 3.10 works best for the requirements