GStreamer is another option. It is an open source framework that is used to
construct pipelines that do things, like read audio files, decode them and
play the result. You could construct your transform as a GStreamer element
that receives buffers of audio data, transforms it and then passes the
buffers onto a sink, either to save (file), transmit to another system
(udp) or render locally over speakers.

http://gstreamer.freedesktop.org/

There is a lot of documentation, examples and support forums. Yes, it also
runs on Android.

On Thu, Dec 3, 2015 at 9:47 PM, TreKing <[email protected]> wrote:

> On Thu, Nov 26, 2015 at 7:23 PM, Richard Krämer <[email protected]> wrote:
>
>> So my question would be if such an access would be possible?
>
>
> To the Google Music app? No, that's not open source. But they released
> this sample app some time ago. Maybe it's of use to you:
> https://github.com/googlesamples/android-UniversalMusicPlayer
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScghTfg8Dyqf6ZRMsdH8Rdx9eC2ZanduAfa2Wsi7t%3DsWFGw%40mail.gmail.com
> <https://groups.google.com/d/msgid/android-developers/CANCScghTfg8Dyqf6ZRMsdH8Rdx9eC2ZanduAfa2Wsi7t%3DsWFGw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAO_ovOJQ5Xg3EgiSLqraD9wCqtBcyt02LFTtbx9Fj%3DTEtq0Kmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to