Releases: dalgwen/openhab-addons
mimictts 3.4.0_SNAPSHOT bugfix (POST instead of GET)
Using POST method allows longer request size.
Also, using InputStreamResponseListener avoid keeping the response in-memory
doorbird 3.4.0_SNAPSHOT Audio sink BETA 1
A beta snapshot adding an audio sink capability to the Doordbird binding.
mimictts 3.4.0_SNAPSHOT Initial pull request version 0
Mimic (version 3 and above) is an offline open source Text-To-speech engine designed by Mycroft A.I. for the eponym Vocal Assistant.
This bundle ad Mimic support as a Text-To-Speech addon to openHAB
See community topic to get support
smsmodem 3.3.0_SNAPSHOT Initial pull request version 4
This release add an encoding option for non latin character.
Please discuss on the community forum.
smsmodem 3.3.0_SNAPSHOT Initial pull request version 3
This snapshot fixes an issue with special characters in sender id.
Please discuss on the community forum.
3.3.0 Raw Rocker multi / long press
This profile transforms button presses on a rocker to a more detailed String.
It handles multi press, or long press.
3.3.0_SNAPSHOT-pulseaudio_12555: [pulseaudio] Allow flexible parameters to find a given pulseaudio device
To identify the device on the pulseaudio server, you can now use the description instead of the technical id (name).
You can also use an additionalFilters (optional regular expressions (separator ###) that need to match a property value of a device on the pulseaudio server)
Includes two other bugfixes from the 3.3.0 branch :
Bug fix 1 : Better initialization process to let the bridge make the first parsing before accessing devices info (avoir exception at startup)
Bug fix 2 : Can play MP3 of high bitrate by using a standard BufferedInputStream (handle the mark/reset much better) instead of a incorrect custom ResetableInputStream.
smsmodem 3.3.0_SNAPSHOT Initial pull request version 2
This is the snapshot corresponding to the created pull request.
Please discuss on the community forum.
[marytts] Fix incorrect WAV header for some voices
With this simple fix, MaryTTS creates the correct wav header for the audio inputstream (audioformat is now assigned before we use it)
[googleTTS] Use real sound returned to get play informations, fix white noise and click at the beginning
When google tts returns a wav file, it is now parsed to get correct informations about it.
(it is mandatory for playing it with at least the System speaker audio sink).
Additionally, the WAV header is removed, allowing a glitch-free play.