Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinellimarco/scream-android
A simple Android receiver for Scream
https://github.com/martinellimarco/scream-android
android audio audio-streaming
Last synced: 3 months ago
JSON representation
A simple Android receiver for Scream
- Host: GitHub
- URL: https://github.com/martinellimarco/scream-android
- Owner: martinellimarco
- License: gpl-3.0
- Created: 2019-04-13T19:30:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T20:44:37.000Z (over 1 year ago)
- Last Synced: 2024-08-01T03:33:46.267Z (5 months ago)
- Topics: android, audio, audio-streaming
- Language: Java
- Size: 137 KB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - martinellimarco/scream-android
README
# scream-android
scream-android is a simple [Scream](https://github.com/duncanthrax/scream) receiver for Android
## Compile
You need Android SDK.
Run `./gradlew build` command then install the APK or open the project in Android Studio and click run.
## Usage
Android doesn't support more than 16bit for samples size. Make sure to set scream accordingly.
You can use any sample rate and number of channels (1 to 8) but remember than the higher those values the higher is the required bandwidth.
This receiver support multicast, but I strongly recommend unicast if you are experiencing bad quality.