Skip to content

denisigo/NetRadioPlayer

Repository files navigation

NetRadioPlayer

Example Android app showing how to read, decode and play network radio stream.

It uses HTTPUrlConnection for connection to radio host, InputStream to read stream data, native mpg123 decoder to decode MPEG data to PCM, JNI lib to access native decoder from Java, and AudioTrack to play decoded PCM data.

About

Example project showing how to read, decode and play network radio stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published