Under the code for the play button you need a double pipe and the mute command.
"PLAY||MUTE;WAVE"
instead of wave you need to call the line where the radio is playing on.
What solution/ sequence of commands for mute the Radio sound after I have press the "PLAY" button in one different screen of the default " Audio Player", for play one song?
Thanks![]()
Mauri
Under the code for the play button you need a double pipe and the mute command.
"PLAY||MUTE;WAVE"
instead of wave you need to call the line where the radio is playing on.
I have tried this:
"MUTE:LINE||PLAY"
but not solution for my question...
But:It's ok the ";" or ":" after MUTE command?
In the Readme by Guino have write "MUTE:<line to mute>"
...I check if your revers solution work, thanks.
**************
update:
Tried, in all the ways doesn't work.
I write LINE, LINE IN , whit ";" or ":" (my radio work with Line In) but mute all sound and not volume for the song.
Mauri
Here is the part from the newest Skincommand.txt
"MUTE" - This allows you to mute/unmute ANY audio line (Based on it's name).
Example: "MUTE;Wave"
"SETVOL" - This allows you to set the volume of any mixer line do an immediate value from 0 to 100. This is mostly useful as "ATT" function or when used from Flash/SDK.
Example: "SETVOL;Wave;50" (Sets the Wave line volume to 50%)
Special names also available ar:e FREQX and PREAMP (Range of 63-0), WINAMP (Range of 0-255)
You can use the "SETVOL" also.
"SETVOL;LINE IN;0||PLAY" or use
"MUTE;LINE IN||PLAY
Bookmarks