Voice volume is less

I am using Photon voice2 .Voice volume is coming less and quality of voice is also less.
Please help me how do i fix this issue

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @ganicus,

    Thank you for choosing Photon!

    Depending on the platform you target you can choose to:

    1. use Photon microphone type
    2. add WebRtcAudioDsp component next to the Recorder component (at compile time or at runtime before recorder is started) being used and enable "AGC" (Automatic Gain Control)
    3. add MicAmplifier component next to the Recorder component (at compile time or at runtime before recorder is started) being used and tweak its values.
  • Thnaks for Reply
    I followed your solution but volume did not increase .
    when i tweak value of MicAmplifier factor to 3 tone of voice got chance but volume is not changed
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @ganicus,

    Does this happen on a build or Unity Editor?
    What is the target platform?
    What device model/OS did you test this on?

    Maybe the wrong speaker is being used.
    See here for "iOS Speaker Issue".
  • Hi @JohnTube

    How do I change the microphone type from unity to photon?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @Yurt97,

    Thank you for choosing Photon!

    See here.