Specifies the volume of sounds played by the play command.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
set the playLoudness [of {audioClip | player}] to percentage
# Examples
set the playLoudness to 100 -- maximum loudness
set the playLoudness of audioclip ID 1054 to 50
# Description
Use the playLoudness property to set the speaker volume.
Setting the playLoudness to zero turns off sounds.
If no audio clip, video clip, or player is specified, the setting of the playLoudness property applies to all sounds LiveCode makes, including those made with the beep and play commands.
Users can manually set the playLoudness of a player using the slider on the left side of the player controller bar, which is visible if the player showController property is true.
# Tags
# See
- **property:** showController, leftBalance, rightBalance, audioPan - **command:** play, beep - **function:** recordLoudness - **object:** player