在 Android 上移植脉冲音频
我计划在 Android 上移植脉冲音频。在删除可选部分(如 X 依赖项、oss 支持等)后,我在 ubuntu 上编译了它,并且我能够将声音远程到网络服务器(运行 windows-7)。现在我想把它移植到android上。任何关于如何开始的想法将不胜感激,或者指向某个页面的链接,该页面正在做类似的事情,可以让我开始使用基本的 Makefile 基础设施。
谢谢。
I am planning to port pulse audio on android. I have compiled it on ubuntu after removing the optional parts (like X dependency, oss support etc) and I am able to remote my sound to a network server (running windows-7). Now I want to port this to android. Any idea on how to start would be appreciated or a link to some page which is doing some thing similar that can get me started with a basic Makefile infrastructure.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我会尝试使用 Maven 来构建应用程序。它处理一些依赖的事情。如果你想要一个例子,你可以看看我一直在做的事情。
https://github.com/kopysoft/Chronos/blob/development/pom.xml
I would try to use Maven to build the app. It handle's some dependency things. If you want an example you can look at something that I have been working on.
https://github.com/kopysoft/Chronos/blob/development/pom.xml
Arun Raghavan 花一些时间在Collabora 移植和测试 适用于 Android 的 PulseAudio。他目前正在向各个上游项目推送所需的补丁。
Arun Raghavan spend some time at Collabora porting and testing PulseAudio for Android. He is currently pushing the needed patches to the various upstream projects.