Beispiel #1
0
        public static void Play() //Play a notification
        {
            Speaker s = new Speaker(FileManager.GetRandomNotificationSound(), outputDeviceID, _notificationVolume, false, true);

            AudioMixer.AddNotificationSpeaker(s);
        }