Hello again, any update on this? Can it be accomplished with Line-In at least?
Since i’m committing 100% to Sonos after selling my Russound system and replacing keypads with ipod controllers for Sonos app i’m hoping that I can still accomplish the same things I did before which was utilize a “Line-In” to play back alerts/sounds from a re purposed Android Phone running Vera Alerts.
So this topic is more important than ever to me.
I want to broadcast the audio across all zones and groups, then restore what was playing and the volume it was at (including groupings)
OPTIONAL READING:
Here is my progression;
I used to have Sonos play a File to announce things, however the problem was that I needed to create an MP3 and store it on the network, there was a slight delay playing the file also but it worked, and here is how I accomplished it;
[code]
Immediate - SavePlaybackContext
Immediate - GetVolume (Channel: Master)
Immediate - SetVolume (Channel: Master, Desired Volume: 80)
Immediate - PlayURI (URIToPlay: x-file-cifs://[remote IP]/[folder]/[filename].mp3)
Delay 4 seconds - RestoreVolumePriorToRamp (channel: Master)
Delay 4 seconds - RestorePlaybackContext[/code]
After going crazy creating every possible MP3 file I could think of, or think I would need in the future, I decided I needed a dynamic playback without sacrificing the quality of TTS engine, and not requiring a PC to be running all the time.
I was using the Ivona PC application and “Amy” UK English voice to create all my files, and coincidentally it’s available as a TTS engine on the Android and it works great.
The Google TTS seems a bit off try “There is a visitor approaching”, it doesn’t sound natural.
Enter Vera Alerts;
I bypassed the Sonos altogether, and just used Zone 6 in my russound as an input for the Android Phone running Vera Alerts.
When an alert was tripped I simply changed the Zones on my russound from Input 3 (Sonos) to Input 6 (Vera Alerts) for 4 seconds.
This allowed me to still get the announcements AND not lose playback on streaming audio like Pandora (It would restart a new song when I restored Playback Context (Maybe this has been fixed by now?)
The Problem with this setup was related to restoring zone volumes, but that’s in the past;
Now I’ve gone all in with Sonos.
Can I still use the Line-Out from my Android phone to play the audio through the “Line-in” on a Sonos Connect, broadcast audio to all zones (Party Mode), then restore back to what was happening previously?
In Detail;
Actions;
Save Volume level of All
Save Grouping(s)
Set Sonos:Connect to LINE-IN →
Group all Zones to play the Master’s Line-In (Party Mode?)
WAIT Determined period of time;
Restore Volume Levels
Restore Grouping(s)
Restore Playback
Possible? Please advise how, can it be done with Scene Setup Advanced tab? this feature would be invaluable for a number of reasons.
Thanks again