2016-11-04 25 views
0

我使用谷歌VR音頻引擎在我的iOS應用中發揮環繞聲音頻使用谷歌VR音頻引擎組音頻當前時間在iOS應用

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

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

ambisonicid = [audioEngine createSoundfield:url]; 

我能夠播放/暫停音頻並將其旋轉但我也想在更改視頻時間時更改音頻當前時間。

無論如何,我可以用谷歌VR API做到這一點嗎?

回答