Stop the provided audio within the game

stopAudioSource("music"); // Stops {PROJECTFILE}/audio/music.mp3
  • Parameters

    • audioSourceID: string

      Path to the audio that will be stopped. STARTS IN THE audio FOLDER

    Returns void