Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    Global audio settings

    Beginner Programmer

    Global audio settings apply to all the audio in your project.

    You can control the global audio settings by accessing the AudioEngine properties class:

    Property Function
    MasterVolume Sets the master volume.
    PauseAudio Pauses all audio.
    ResumeAudio Resumes all audio.

    You can also control sounds individually using the SoundInstance API.

    See also

    • Spatialized audio
    • Non-spatialized audio
    • SoundInstance API documentation
    • Improve this Doc
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation