Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/103.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在iOS应用程序中使用谷歌VR音频引擎设置音频当前时间_Ios_Objective C_Google Cardboard_Google Vr - Fatal编程技术网

在iOS应用程序中使用谷歌VR音频引擎设置音频当前时间

在iOS应用程序中使用谷歌VR音频引擎设置音频当前时间,ios,objective-c,google-cardboard,google-vr,Ios,Objective C,Google Cardboard,Google Vr,我正在使用谷歌VR音频引擎在我的iOS应用程序中播放ambisonic音频 audioEngine = [[GVRAudioEngine alloc] initWithRenderingMode:kRenderingModeBinauralHighQuality]; [audioEngine preloadSoundFile:url]; [audioEngine start]; ambisonicid = [audioEngine createSoundfield:url]; 我可以播放/

我正在使用谷歌VR音频引擎在我的iOS应用程序中播放ambisonic音频

audioEngine = [[GVRAudioEngine alloc] initWithRenderingMode:kRenderingModeBinauralHighQuality];

[audioEngine preloadSoundFile:url];
[audioEngine start];

ambisonicid = [audioEngine createSoundfield:url];
我可以播放/暂停音频并旋转它,但我还想在更改视频时间时更改音频当前时间


我在github的报告中问过,我还不可能用google VR API实现它

该问题的链接: