altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

[alt:V Voice] Adjust voice volume of other users. #2152

Open TheNytech opened 11 months ago

TheNytech commented 11 months ago

Description of the problem

One of the advantages of external voice programs is the individual adjustment of other user's voice level in case they are too loud or quiet for you personally.

Desired solution for the problem

This feature is currently missing in altV, so I wanted to throw in the idea of having a native method to adjust the volume for each user on the client side.

Alternatives you considered

If there is no native client-side implementation, maybe having an API method can give developers the opportunity to implement something like that for their server.

Additional context

No response

ThomasMarangoni commented 11 months ago

It's already possible to adjust the volume via the client API:

Regarding a native implementation into the client:

TheNytech commented 11 months ago

Alright, thanks for the reply! We will look into the functions and how to implement them the best!