nheko icon indicating copy to clipboard operation
nheko copied to clipboard

Implement Push-To-Talk (PTT)

Open JoshuaFern opened this issue 2 years ago • 4 comments

The Problem

As far as I know, no Matrix client currently implements this basic feature common in almost all voice chat applications.

The Solution

A basic push-to-talk system that can be toggled on and off, with a selectable hotkey.

Alternatives

No response

Additional context

No response

Happens in the latest version

  • [X] Yes, this feature is still missing.

JoshuaFern avatar Apr 02 '22 19:04 JoshuaFern

I am not too familiar with PTT, is that a system global hotkey or does that only work, when the application is focused?

deepbluev7 avatar Apr 02 '22 23:04 deepbluev7

I am not too familiar with PTT, is that a system global hotkey or does that only work, when the application is focused?

Generally it's a global hotkey, and that is desirable. The only instance I can think of where the window must be focused is Discord in a browser due to the limitations of being a website.

JoshuaFern avatar Apr 03 '22 02:04 JoshuaFern

Hm, that might be difficult to do on some platforms, but we can try.

deepbluev7 avatar Apr 03 '22 02:04 deepbluev7

This could be useful: https://skycoder42.github.io/QHotkey/

LorenDB avatar Apr 03 '22 12:04 LorenDB