Kizspy Question: 45
(Choose 1 answer)
What does this script do?
using UnityEngine;
public class AudioVolume: MonoBehaviour {
public AudioSource audioSource;
void Start() {
audioSource.volume = 0.5f;
A. Terminates the active audio playback session
B. Adjusts the audio output amplitude to 50% of its maximum level
C. Modifies the playback frequency to simulate a higher pitch
D. Enables continuous repetition of the audio clip through looping