stream volume in SoundPool vs volume in AudioManager

后端 未结 1 798
野的像风
野的像风 2020-12-29 06:41

I am so confused...

SoundPool.play(int soundID, float leftVolume, float rightVolume, int priority, int loop, float rate)

volume here is from

相关标签:
1条回答
  • Yes, the volume parameters are with respect to the global volume. If you want to play a sound at the current volume setting just pass "1" as the volume.

    0 讨论(0)
提交回复
热议问题