mirror of
https://github.com/devgianlu/librespot-android.git
synced 2026-04-25 21:35:49 +03:00
[PR #2] [MERGED] Make Sink work #21
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-android#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/librespot-android/pull/2
Author: @mitschwimmer
Created: 4/25/2021
Status: ✅ Merged
Merged: 4/25/2021
Merged by: @devgianlu
Base:
master← Head:get-sink-to-work📝 Commits (3)
cf3a312Make Sink workd84e312Merge branch 'master' into get-sink-to-work7cd3697Working with Tremolo decoder📊 Changes
6 files changed (+128 additions, -16 deletions)
View changed files
📝
app/build.gradle(+3 -1)📝
app/src/main/AndroidManifest.xml(+1 -0)📝
app/src/main/java/xyz/gianlu/librespot/android/MainActivity.java(+39 -6)📝
gradlew(+0 -0)📝
librespot-android-decoder-tremolo/src/main/java/xyz/gianlu/librespot/player/codecs/tremolo/OggDecodingInputStream.java(+49 -0)📝
librespot-android-sink/src/main/java/xyz/gianlu/librespot/android/sink/AndroidSinkOutput.java(+36 -9)📄 Description
Hey @devgianlu, I finally found some time to make this work. I have a couple of questions and would like your review which is why I am not just merging this.
I will place my Implementation questions/remarks as comments on the PR.
Regarding testing, I want to transform the MainActivity of the app-module into a couple of emulator/device Integration Tests which will be expecting credentials as environment variables. Would you like to keep the app-module as an implementation example?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.