Plugin Information
This plugin allows Hudson to play arbitrary audio clips as build notifications. PrerequisitesThis plugin requires that:
ConfigurationConfiguring build soundsThe build configuration allows you to select a sound to be played for any build state transition. You can configure:
Customising the sound archiveMaking a sound archiveThe sound archive is a simple .zip or .jar file containing sound files. Hudson analyses each file to detect whether it is a valid sound file supported by JavaSound. JavaSound supports AIFF, AU and WAV, see formats. NOTE: The filename extension does not guarantee that the format is supported. If you have a file that doesn't play, try passing it though a conversion tool like http://www.youconvertit.com/. Hudson ignores the archive folder structure (to simplify packaging) and uses the file name less extension as an ID, so keep the archive flat, or avoid having the same filename in multiple folders. Publishing your sound archiveHudson Sounds can read an archive from the local filing system, or an HTTP URL.
NOTE: Hudson streams the audio from the archive for each event (to reduce memory requirements), so make sure it's not too far away. Configure Hudson to use your archiveWithin the Configure System section of Hudson Management locate the settings for Hudson Sounds. Enter the path to the archive.
After changing the sound archive location URL you must save the form before being able to test the sounds. The Test Sound advanced option shows a list of the sounds found in the archive and their supported format. Changelog
|
Comments (1)
Dec 24, 2010
Dieter De Meyer says:
Hello, I find your plugin interesting but would it be possible to let this plug...Hello,
I find your plugin interesting but would it be possible to let this plugin send the speech to a list of other machines on the same network?
A lot the time, the Hudson server is not in the same room as the developers.
Just a suggestion.
Regards.