Forum Discussion
23 Replies
- squirreltownRoku GuruWow! Finally. Thanks Endless for noticing. If only there was a place where Roku could, you know, let us know this sort of thing had happened, like a bulletin board or something.
Nice to have that "'deadend" sound, I never recorded that. - Romans_I_XVIRoku GuruAwesome! I had to add it in manually for my channel.
- destrukStreaming StarCool. 🙂 That will save some space in the channel packages. When playing the default sounds, can we have them play at the volume the user has set on their roku box so it is standardized across channels without having to specify the 25/50/75 percentage volume trigger? Something like sound.trigger() would be the default volume based on the roku setting?
- squirreltownRoku Guru
"destruk" wrote:
Cool. :)can we have them play at the volume the user has set on their roku box so it is standardized across channels without having to specify the 25/50/75 percentage volume trigger? Something like sound.trigger() would be the default volume based on the roku setting?
They do change with the system menu sounds setting, unlike user-recorded sounds. The docs show them set at 50 and thats what i tried and it seems correct. - BradCBinge WatcherBeen using them since I joined this little party in 2012.
dang it. even typed up a big reply about this a few days ago in some thread, but didn't hit submit after noticing the thread was over 5 years old. 😞 - destrukStreaming Star
"squirreltown" wrote:
"destruk" wrote:
Cool. :)can we have them play at the volume the user has set on their roku box so it is standardized across channels without having to specify the 25/50/75 percentage volume trigger? Something like sound.trigger() would be the default volume based on the roku setting?
They do change with the system menu sounds setting, unlike user-recorded sounds. The docs show them set at 50 and thats what i tried and it seems correct.
So if you change the setting in the roku menu, they're at the new volume without needing to change the script? ie if you go to settings/audio and change it to "off" then with the script volume at (50) they don't make any sound? - squirreltownRoku Guru
"destruk" wrote:
So if you change the setting in the roku menu, they're at the new volume without needing to change the script? ie if you go to settings/audio and change it to "off" then with the script volume at (50) they don't make any sound?
Yep. - destrukStreaming StarThanks!
- TheEndlessChannel Surfer
"BradC" wrote:
Been using them since I joined this little party in 2012.
Way to hold out on us, man... 😉
They were just added to the SDK docs on March 31st. - malortVisitorJust noticed this too while browsing the docs. The last question now is if we can pull the menu volume setting? Would be nice to ignore firing events if the menu volume is off. Either way, this is great news! Thanks Roku.