javorosas / flutter_stems

A stems player implementation in Flutter/Dart.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stems

A stems player implementation for the Flutter platform.

screenshot

Stems what?

In music production, a stem is a full-length mix of a single channel, track or instrument in your project.

A stems player allows you to listen to a song and mute each instrument individually while the song is playing. This is not intended to be a tool for music producers, but instead provides your audience with a fun experience to appreciate your song in an interactive way.

What's in this demo?

This demo app includes the stems for the song "Kids" by MGMT, downloaded from this source.

Play the song and tap on the instrument name to toggle muting.

Try it out!

The fastest way of running this app is to download the .apk from the releases section and install it in an Android device (or emulator).

Compiling

  1. Install flutter.
  2. Clone this repo and cd to the folder.
  3. Open an emulator or connect a physical device to your computer.
  4. Run it in debug mode using flutter run.

About

A stems player implementation in Flutter/Dart.


Languages

Language:Dart 74.3%Language:Ruby 17.1%Language:Objective-C 5.8%Language:Java 2.8%