Skip to content

Armadillo Blogpost #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 29, 2021
Prev Previous commit
Next Next commit
Update and rename 2021-06-01-android-audio-player-tutorial-with-armad…
…illo.md to 2021-06-22-android-audio-player-tutorial-with-armadillo.md
  • Loading branch information
NathanSass authored Jun 22, 2021
commit 0f8cb6207c7a7f62fd569518c27b6a51633550bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ team: Android

Armadillo is the fully featured audio player library Scribd uses to play and
download all of its audiobooks and podcasts, which is [now open
source](https://github.com/scribd/armadillo-and). It specializes in playing HLS
source](https://github.com/scribd/armadillo). It specializes in playing HLS
or MP3 content that is broken down into chapters or tracks. It leverages
Google’s Exoplayer library for its audio engine. Exoplayer wraps a variety of
low level audio and video apis but has few opinions of its own for actually
Expand Down Expand Up @@ -87,7 +87,7 @@ That’s all you need to get started!

## Next Steps:

For a more complex example, please see the [TestApp](https://github.com/scribd/armadillo-and/tree/main/TestApp) included in the library. If
For a more complex example, please see the [TestApp](https://github.com/scribd/armadillo/tree/main/TestApp) included in the library. If
you have any problems, don’t be afraid to open up an issue [on
GitHub](https://github.com/scribd/armadillo-and).
GitHub](https://github.com/scribd/armadillo).