TeamCity Sound(Voice) Build Notification Plugin. for installation simple add buildsoundXXX.jar into meta-inf/lib in configure you can set up output file(with notification message) and voice reader program(for example:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using SpeechLib;
namespace SayAllTextInFile {
class Program {static void Main(string args) {if (args.Length != 1)throw new InvalidOperationException("1 pameter");var text = File.ReadAllText(args0); var spVoice = new SpVoice(); spVoice.Speak(text, SpeechVoiceSpeakFlags.SVSFPurgeBeforeSpeak);
}
}} )