(NOTE: May take a while to wake up the Heroku server :D)
Musical Steggy is a web app that performs music steganography, hiding text in music. The entered text is transformed into musical notes that accompany the lullaby "Twinkle Twinkle Little Star". Here is an example of what "hello" could sound like.
- The Moon returns you to the start of your journey
- Steggy will interpret your arrangement
Hosted using Vercel with Heroku for audio playback features
- Make sure you have npm
npm install npm@latest -g
- Use
npm i
to install all dependencies - Host at http://localhost:3000/ using
npm run dev