Squiso is a free, lightweight tool that lets you automate your Twitch stream using simple scripts.

Speech to Squiso

This is a simple interface to speak with Squiso (Speech-to-Text), and within Squiso, you can listen to the transcribed text and act on it.

Please note that this feature uses experimental browser capabilities, so it might not work, or even transcribe reliable, in all browsers. So please just use it for fun!

Please report any major bugs or any feedback in the Discord.

Configure Squiso

In order for Squiso to listen to your transcribed text, it first needs to know your unique Webhook ID. You can regenerate a new ID whenever you want, but please remember to to update your Squiso application code each time so that the IDs match.

Here is your unique (auto-generated) Webhook ID. Please keep this a secret, or someone else might send Webhook data do your Squiso application.

7dcfd98a-bdf5-457b-b85f-d506042f15ff

Secondly, please add this to your Squiso application code. It is just example code to listen and log your transcribed text. This should get you started.

public void onSimpleSpeechToSquiso(OnSimpleSpeechToSquisoData data, API api) throws SquisoException { squiso.log(data.getText()); });

Start Talking to Squiso

Select the language you are speaking. Squiso will attempt to transcribe your speech to text according to the selected language.

Transcript