Zumba is at the forefront of the fitness industry. To help their instructors with preparing classes, Zumba R&D team decided to create a mobile application that will help with music playlists creation, as music is the core of Zumba classes. The apps had to be easy to access and user-friendly so that every Zumba instructor can instantaneously understand how to get the most of the application for their group needs.
AppUnite delivered a polished product that’s well-known in the fitness industry. Their team of talented developers advised the app’s design and worked to produce a finished product that mirrors the original vision. Utilizing a meticulous approach ensures they address every detail and concern.
Creating a powerful tool that helps trainers in their day-to-day work.
Supporting thousands of Zumba instructors worldwide through seamless offline access and multi-platform music integration
Building advanced audio manipulation features while maintaining optimal battery life and bandwidth usage
Inspired by this success story? Share your ideas with us, and let’s explore how we can make them a reality. Schedule a free consultation and take the first step toward achieving your goals.
Initially, we thought about manipulating audio samples and removing some of them in order to trim or mix songs. But this turned out to be problematic because we would have to download each song separately in order to analyze them, so we decided to depend on song playback. This solved issues like battery draining and higher bandwidth usage. For crossfade, we use two players and synchronize them together based on the playback. For each sound effect, we use a separate player that starts playing based on main song playback. A similar approach was taken for other features like tempo change.
We integrated multiple players within the app such as Chromecast, AppleMusic, and Airplay. It required us to create a robust abstraction over all those players to seamlessly switch between all media sources.
To make the app work offline we had to introduce both API responses and media data caching mechanisms.