Closed harperreed closed 7 years ago
I needed to be able to play mp3 files and not just the google TTS mp3.
Added a simple play endpoint that plays a mp3 URL.
googlehome.play("http://host/file.mp3", function(res) { console.log(res); });
Works reasonably well.
I needed to be able to play mp3 files and not just the google TTS mp3.
Added a simple play endpoint that plays a mp3 URL.
Works reasonably well.