Skip to content

Releases: ml4ai/tomcat-speechAnalyzer

3.1.1

29 Nov 22:03
e11fbd6
Compare
Choose a tag to compare

Previously the data.features and data.sentiment fields were only being generated for asr messages using the Google speech engine. These fields will now also be produced for the Vosk speech engine.

3.1.0

23 Nov 20:38
c39c14d
Compare
Choose a tag to compare
  • Integrates Vosk speech backend into speechAnalyzer (control with --disable_asr_vosk command line option)
  • Fixes msg.version field to represent correct version number
    
  • Fixes stringification of data.features field
    

3.0.2

04 Nov 17:11
940d1bc
Compare
Choose a tag to compare
  • Updated "features" and "sentiment" fields from String to Object
    
  • Added support for heartbeat message container
    
  • Added exception handling to incoming MQTT message
    
  • Fixes bug when run in a high latency environment