altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

Voice chat enhancements

Open vadzz-dev opened this issue 5 years ago • 7 comments

Those are features that server devs are requesting

  • [ ] Force push-to-talk
  • [ ] Manual input mode with player's permission (alt.Voice.requestManualMode())
  • [ ] Serverside IPlayer::MuteVoice to mute player in all voice channels
  • [ ] Allow setting range for non-spatial channels
  • [ ] Serverside IVoiceChanne;:GetRange/SetRange
  • [ ] Clientside alt.Voice.muteInput
  • [ ] Clientside alt.Voice.muteOutput

API methods for manual mode

  • [ ] alt.Voice.toggleInput
  • [ ] alt.Voice.toggleOutput

vadzz-dev avatar Feb 15 '20 12:02 vadzz-dev

Change the quality of each voice channel (i.E. for radio or phone transmissions)

DatMayo avatar May 17 '20 21:05 DatMayo

related #554

pixlcrashr avatar Jun 10 '20 22:06 pixlcrashr

Manual input mode with player's permission (alt.Voice.requestManualMode())

This could now be implemented with the Permissions API, instead of such a method

LeonMrBonnie avatar Oct 09 '20 14:10 LeonMrBonnie

Manual input mode with player's permission (alt.Voice.requestManualMode())

This could now be implemented with the Permissions API, instead of such a method

What permissions API?

pixlcrashr avatar Oct 09 '20 17:10 pixlcrashr

What permissions API?

There was a permissions api added for special features like creating screenshots, so there could be a new permission added to allow the server to control the voice input.

LeonMrBonnie avatar Oct 09 '20 18:10 LeonMrBonnie

What permissions API?

There was a permissions api added for special features like creating screenshots, so there could be a new permission added to allow the server to control the voice input.

Ah. Good to know.

pixlcrashr avatar Oct 09 '20 22:10 pixlcrashr

Also add a Button to Mute/ Unmute the Mic (in alt:V Launcher Settings), or change the functionality of the PTT Button to a Mute / Unmute Button.

soren-source avatar Aug 12 '22 10:08 soren-source