Simple Ruby Sinatra app using Google Translate API to download a MP3 of requested text.
Using this to send http requests from ZipatoBox http://www.zipato.com/ to the app and play MP3.
Running this on a Rasberry PI works fine.
Ruby Gems:
- Sinatra
- Sonos (https://github.com/soffes/sonos)
cd $INSTALLATION_PATH
bundle install
rackup -o $IP_OF_YOURHOST
Now you should have a webserver up and running on $IP_OF_YOURHOST:9292
- Define Sonos ip
- Support diffrent language
- Upload mp3 files
- Build more functionallity to controll sonos.