AudioExperience(Sound sound, SoundCategory category, Location l, float volume, float pitch)
    {
        this.sound = sound;
        this.category = category;
        this.location = l;