Skip to content

Version 0.41

Nathan edited this page May 1, 2021 · 16 revisions

Version 0.41

Jump to New Features

  • Misc fixes/tweaks
  • Fix Twitch authentication issues, it now forgets authentication, so you can re-auth to Twitch
  • Fix OBS raw sub-action
  • Add duration and days left to community goal contribution arguments (%duration%, %daysLeft%)
  • Add decimal value of percentage to hype train events and community goals (%percentDecimal%)
  • Add ability to change the volume level of playback, both an app level and within the Play Sound, and Play Sound from Folder sub-actions
  • Improvements to Twitch libraries (chat client and pub sub, how messages are handled)
  • Improvements to OBS library, using new parsing code, seeing much lower CPU usage
  • Change OBS Stop Streaming sub-action to OBS Streaming action to be able to Start/Stop streaming
  • Add global variables, and user global variables
  • Add new sub-actions to support the global variables
  • Fix startup to be a bit more reliable
  • Update user list and information to a new style
  • Add possible raiders names to the raid event as %raiderNames%
  • Update audio device selection
  • Add new sub-action to set a channel redemption to cancelled (refund points), or fulfilled
  • Update data in events surrounding channel redemptions
  • Add Speech to Text capabilities
  • Add Execute Code feature for inline C# coed compilation
  • Twitch whispers have been wired up and enabled for execute code only at the moment
  • Add Websocket Server
  • Add Websocket Client support
  • Add UDP Listener

New Features

I've included basic Speech to text support within CPH, you can setup commands, which are specific words of phrases that can be detected, or you can use dictation for just talking and setup actions against words that may occur.

As this uses the built in Windows Speech Recognition engine, be sure you have trained this within Windows to get better results.

You can also change which input device is used for speech recognition.

Execute Code

See Execute Code for full details and usage of this new sub-action

Websocket Server

See Websocket Server for full details and usage of this new capability

Websocket Client

See Websocket Client for full details and usage of this new capability

UDP Listener

Listening on port 4242, you can send a UDP packet to execute an action you have available.

{ "request": "DoAction", "actionId": "guid id", "actionName": "name of action" }


See past changelogs

Clone this wiki locally