Audio play volume is too low in iphone devices using unity3d after call microphone recording service

前端 未结 0 714
温柔的废话
温柔的废话 2020-12-05 20:08

Am using this code

IEnumerator LoadAudio()
{
www = new WWW("local device location for audio");
yield return www;
if (www.error != null)
{
Debug.Log(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题