Search the Community
Showing results for tags 'link'.
-
Hi, So here is my problem. I'm on a multiplayer server with mumble, I link and have all the same mumble setting has everyone. It say that it is link but I can still hear eveyrone. Everyone can here me fine and hear me only when at the right distance in our setting. I think the problem is due to me having a steelserie bluethooth headset (artic 7) since I saw that some people seem to have the same problem with bluethooth headset but nobody describe the solution but people say that they found it. So I was wondering if anyone knew how to fix that. I apologize for my broken english since I normaly talk another language. Thank you in advance.
-
Hello, I am currently in the process of integrating Mumble Link (and subsequently positional audio) into my game and I am running into an issue From user to user, Link refuses to stay enabled. The steps to reproduce are as follows: clear out cache -> log in as user that can always get Mumble Link to connect -> log out of game -> clear cache -> log in as user that can sporadically get Link to connect -> Link does not connect. I've tried this on multiple computers and multiple different users and there's only one user that can get Link "linked" consistently. I'm using a Mumble.ini file and leveraging some functionality that will copy this ini file to the cache once the game starts. I've also looked into the registry settings that get changed on login (even going so far as to change them myself to see if I can get consistent behavior) and it still is inconsistent. The game and Mumble Link implementations are both cpp and the only variations I have from the wiki post on how to implement Mumble Link is the specific information (like context and identity) that Mumble Link requires.
-
Hello, I'm implementing Mumble Link into my game and I'm running into an issue. The audio behind the player is incredibly quiet. To me it seems like the positional audio is only panning to the right or left so far until it cuts out (so it doesn't look like the forward vector is replicated behind the player). I followed the instructions (https://wiki.mumble.info/wiki/Link) on how to implement Link into my game but I'm not sure if I'm missing something. I am converting my coordinates into the correct coordinate plane, I have tried some "hail mary" fixes like setting the Z coordinate to negative and still nothing seems to be working.