Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanmj/exoplayer_temp

An Android app to play a "song.mp3" file present in the root directory of SD Card using AssetDataSource where a custom InputStream named "myInputStream" is provided.
https://github.com/amanmj/exoplayer_temp

Last synced: about 1 month ago
JSON representation

An Android app to play a "song.mp3" file present in the root directory of SD Card using AssetDataSource where a custom InputStream named "myInputStream" is provided.

Awesome Lists containing this project

README

        

# Modified Exoplayer to play an audio in the form of stream of bytes
An Android app to play a "song.mp3" file present in the root directory of SD Card using AssetDataSource where a custom InputStream named "myInputStream" is provided.
Currently exoplayer does not support any datasource where we can feed an inputstream directly to play an audio file unlike AudioTrack API.
This is an example where "myDataSource" (similar to AssetDataSource) uses "myInputStream" to play an audio file in the form of bytes.