在 iOS 应用中使用 Google VR 音频引擎设置音频当前时间
Set audio current time using Google VR Audio Engine in iOS app
我正在使用 google VR 音频引擎在我的 iOS 应用程序中播放立体声音频
audioEngine = [[GVRAudioEngine alloc] initWithRenderingMode:kRenderingModeBinauralHighQuality];
[audioEngine preloadSoundFile:url];
[audioEngine start];
ambisonicid = [audioEngine createSoundfield:url];
我可以 play/pause 音频并旋转它,但我还想在更改视频时间时更改音频当前时间。
我可以用 google VR API 做吗?
我在 github 回购中询问过,目前还不可能。
link 问题:How to get/set audio current time with GVRAudioEngine?
我正在使用 google VR 音频引擎在我的 iOS 应用程序中播放立体声音频
audioEngine = [[GVRAudioEngine alloc] initWithRenderingMode:kRenderingModeBinauralHighQuality];
[audioEngine preloadSoundFile:url];
[audioEngine start];
ambisonicid = [audioEngine createSoundfield:url];
我可以 play/pause 音频并旋转它,但我还想在更改视频时间时更改音频当前时间。
我可以用 google VR API 做吗?
我在 github 回购中询问过,目前还不可能。
link 问题:How to get/set audio current time with GVRAudioEngine?