SetWebPitch

From Onset Developer Wiki
SetWebPitch

Type: Function
Context: Client
Introduced: v1.5.5

Description

Set the web UI audio pitch.

Syntax

SetWebPitch(web, pitch)

Parameters

  • web
    The web identifier
  • pitch
    The new audio pitch, default: 1.0

Return Value

  • This function returns true on success.

Example

SetWebPitch(web, 0.85)

See also