ios - 在iOS应用中使用Google VR音频引擎设置音频当前时间

标签 ios objective-c google-cardboard google-vr

我正在使用Google VR音频引擎在我的iOS应用中播放歧义音频

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

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

ambisonicid = [audioEngine createSoundfield:url];

我可以播放/暂停音频并旋转它,但是我还想在更改视频时间时更改音频当前时间。

无论如何,我可以使用Google VR API吗?

最佳答案

我在github仓库中问过,这还不可能。

问题的链接:How to get/set audio current time with GVRAudioEngine?

关于ios - 在iOS应用中使用Google VR音频引擎设置音频当前时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40429662/

相关文章:

iOS 成员(member)中心 : Standard development provisioning profile vs Enterprise development provisioning profile

ios - 如何在 React Native iOS 中发现内存泄漏?

ios - UIAlertController 在 iOS 8.4.1 中不显示警报

objective-c - copyWithZone 错误

objective-c - 相当于 IB 中自动调整大小蒙版锚定选项的代码是什么?

c# - Unity 中 transform.Rotate 的问题

android - URL链接Cardboard和youtube Android

android - 将应用程序构建为 Web 应用程序以实现更轻松的多平台兼容性是个好主意吗?

c# - iOS 上的 Unity Google Cardboard 显示问题

iphone - Storyboard和 View 转换