Page 1 of 1
OnePlus 6 volume
Posted: 28 Jun 2018 19:37
by asentell
I just got a OnePlus 6 phone, and I noticed that it seems to ignore or greatly exaggerate the volume level for notifications in the Speech Output task. Even when I manually set it to zero, the speech on that audio stream is exceptionally LOUD as compared to my Nexus 6P. Weird since they're both running Android 8.1.
Re: OnePlus 6 volume
Posted: 28 Jun 2018 23:20
by digitalstone
asentell wrote:the volume level for notifications in the Speech Output task.
Can you tell me what audio stream you are actually cranking the volume upon?
As in:
Which stream do you use
action "Speech Output" for?
And what volume do you set on which of those audio streams?
Re: OnePlus 6 volume
Posted: 29 Jun 2018 00:58
by asentell
It's the Notification audio stream. Even at level 0 it's quite loud.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 03:51
by digitalstone
Maybe the Plus 6 doesn't deal with certain audio streams. Either that, or speech is somehow forced into another audio stream.
I would try all audio streams one by one, put an action "Store Audio Volumes" and put a condition "debug dialog" at the end of the flow to see what stream has which volume.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 10:28
by asentell
It seems the OnePlus audio stream just doesn't have a very wide range of volume levels. The music stream however provides a lot more control. Is there a way I can set the music stream volume level dynamically using a formula rather than using a constant? For example, take the current volume level and add 10 to it.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 10:31
by asentell
I see that it says variables are supported for this in the help documentation, but I can't figure out how to make that work on the screen. There's nothing in the drop-down list of options for variables.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 10:35
by digitalstone
The volume value accepts variables. So practically anything is possible.
Although it's a question of testing to know what the operating system will do with a value that's too high. It can ignore or revert to max volume.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 10:37
by asentell
Can you tell me how to use variables to set the volume? I see it's possible in the help documents, but I don't see how to do it. There's not an option in the drop-down menu for variables.
Re: OnePlus 6 volume
Posted: 29 Jun 2018 10:42
by digitalstone
A variable is used by typing '{' and '}' around the name of your variable.
It will essentially also accept script.
If you want a volume of 10 for example, this will do as well:
{5*2}
Just know your variable and you don't need the drop-down menu
