SampleController.volume

Controls the volume of this particular sample, as a multiplier of its original perceptual volume.

If unimplemented, the setter will return float.nan and the getter will always return 1.0.

  1. float volume()
  2. float volume(float multiplierOfOriginal)
    interface SampleController
    float
    volume

Bugs

Not implemented for any type in simpleaudio at this time.

Meta

History

Added November 26, 2020 (dub v10.10)

Suggestion Box / Bug Report