How to make the character listen continuously without pressing T

Original Discord Post by ikramali | 2024-11-20 07:23:38

Hi support team, I want to make the character listen continuously without pressing T or any other key. Could you please guide

Reply by k3kalinix | 2024-11-20 08:00:51

Hello <@415490399361171458>,

We are currently working on it. Hands Free Conversation is under development.

Reply by sattleda | 2024-11-20 15:37:43

Hi, i found a workaround with using Autohotkey and a script using the VA.ahk library that listens to the audio input and simulates a button press

Replying to sattleda’s Message

Reply by sattleda | 2024-11-20 15:37:43
Hi, i found a workaround with using Autohotkey and a script using the VA.ahk library that listens to the audio input and simulates a button press

Reply by ikramali | 2024-11-20 15:58:22

Please share details

Reply by sattleda | 2024-11-20 16:02:08

i used this tutorial https://www.youtube.com/watch?v=KxQELIyQTMk&pp=ygURYXV0b2hvdGtleSBzb3VuZCA%3D

Embedded Content:
AutoHotkey - Detecting Sound or No Sound With AHK
Lets use AHK to detect when sound is played or not play on our desktop

CODE:

VA Library = Vista Audio Control Functions - Scripts and Functions - AutoHotkey Community
Link: https://www.youtube.com/watch?v=KxQELIyQTMk

Reply by sattleda | 2024-11-20 16:03:50

and created a script that uses this library to listen to the default mic device. Completely continouus is not possible, though, since the convai plugin expects a release trigger to send the audio (as far as i understood)

This conversation happened on the Convai Discord Server, so this post will be closed.