BUG: Voice volume linked to sound volume in options

RektumsaftRektumsaft Join Date: 2012-11-05 Member: 167300Members, Reinforced - Shadow
<div class="IPBDescription">Resulting in too low or too high voice chat for many people</div>QUOTE (Camron @ Nov 6 2012, 06:40 AM) *
"There is a bug where the voice volume is linked to the sound volume. No matter what you have the voice volume set for, changing the sound volume brings down the voice volume as well. This bug has been around and reported for more than a year and it still hasn't been fixed. Come to think of it, it may have been , and probably was, around since the introduction of voice chat."

I refer to this quote as I made a post asking how to crank voice chat up even further, because I have a hard time communicating with people in-game. Turns out a bug keeps you from just sliding sound volume down to say 50% and maxing voice volume.



Thanks.

Comments

  • RektumsaftRektumsaft Join Date: 2012-11-05 Member: 167300Members, Reinforced - Shadow
    Is there a more efficient way to get a bug to the developers attention?
  • IronHorseIronHorse Developer, QA Manager, Technical Support & contributor Join Date: 2010-05-08 Member: 71669Members, Super Administrators, Forum Admins, Forum Moderators, NS2 Developer, NS2 Playtester, Squad Five Blue, Subnautica Playtester, Subnautica PT Lead, Pistachionauts
    edited November 2012
    Yes, you can pm me with it :p
    it is already reported, and again recently.
    I'll bump it's priority
  • itspreachitspreach Join Date: 2012-10-30 Member: 164638Members
    edited November 2012
    Thank you ironhorse. I came here to report this very thing as well. It's nearly impossible to hear voice comms in the heat of battle =/

    While it's being worked on, is there a workaround for this, some sort of file edit perhaps?
  • CamronCamron Join Date: 2011-01-06 Member: 76356Members
    The "sound volume" seems to actually be implemented as a "master volume".

    Changing the sound volume
    <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::System::get<b>Master</b>SoundGroup<!--fontc--></span><!--/fontc--> and then <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::SoundGroup::setVolume<!--fontc--></span><!--/fontc--> on it.


    Changing the voice volume only
    <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::ChannelGroup::setVolume<!--fontc--></span><!--/fontc-->

    Although I can't find detailed documentation to confirm it
    <a href="http://zwischenwelt.org/~hagish/irisdocs/trunk/doc/api_cpp/html/namespaceFMOD.html" target="_blank">http://zwischenwelt.org/~hagish/irisdocs/t...espaceFMOD.html</a>
  • RektumsaftRektumsaft Join Date: 2012-11-05 Member: 167300Members, Reinforced - Shadow
    Thank you, Ironhorse!

    <!--quoteo(post=2014746:date=Nov 8 2012, 01:55 AM:name=Camron)--><div class='quotetop'>QUOTE (Camron @ Nov 8 2012, 01:55 AM) <a href="index.php?act=findpost&pid=2014746"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The "sound volume" seems to actually be implemented as a "master volume".

    Changing the sound volume
    <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::System::get<b>Master</b>SoundGroup<!--fontc--></span><!--/fontc--> and then <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::SoundGroup::setVolume<!--fontc--></span><!--/fontc--> on it.


    Changing the voice volume only
    <!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->FMOD::ChannelGroup::setVolume<!--fontc--></span><!--/fontc-->

    Although I can't find detailed documentation to confirm it
    <a href="http://zwischenwelt.org/~hagish/irisdocs/trunk/doc/api_cpp/html/namespaceFMOD.html" target="_blank">http://zwischenwelt.org/~hagish/irisdocs/t...espaceFMOD.html</a><!--QuoteEnd--></div><!--QuoteEEnd-->

    Is this written in console, or? Can I put this into a .txt file or something for NS to launch with? :p
Sign In or Register to comment.