Porting Impulse Sound to Android

I plan to transmit impulse sound to Android. I compiled it on ubuntu after removing additional parts (e.g. X dependency, oss support, etc.), and I can delete my sound on a network server (works with Windows-7). Now I want to transfer this to android. Any idea on how to get started will be appreciated or a link to some page that does something similar that might make me start with the basic Makefile infrastructure.

Thanks.

+6
source share
2 answers

I would try using Maven to create an application. It handles some dependencies. If you need an example, you can look at what I was working on.

https://github.com/kopysoft/Chronos/blob/development/pom.xml

0
source

Arun Raghavan spend time Collabora porting and testing PulseAudio for Android . Currently, he is pushing the necessary corrections to various projects upstream.

0
source

Source: https://habr.com/ru/post/891955/


All Articles