6

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.

John Smith
  • 1,351
  • 3
  • 16
  • 21
  • 1
    can you share what you've got so far? I don't have a clue how to port something like this, but i'd like to have a look at your work. I'm really interested in this, too. – lajuette Aug 31 '11 at 19:22

2 Answers2

0

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

Ethan
  • 6,883
  • 3
  • 33
  • 41
0

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.

Rodja
  • 7,998
  • 8
  • 48
  • 55