stereo
stereo copied to clipboard
A Flutter plugin for playing music on iOS and Android.
when i run the example and try to pick a file from my music on a real iPhone (emulator doesn't work AFAIK, since you can't put songs on the emulator)...
can you attach screen shot?
Currently trying to use stereo to play background music in my app and I keep receiving issues whenever I call the `load(String)` from the `Stereo.dart` class. Whenever I looked further...
I'm testing the plugin on an Android device - tried to play the two given files (pi.mp3 and dubstep.mp3). but getting the StereoFileNotPlayableException. Tried reinstalling as per another issue but...
I have tried to load the example and get this error: ``` E/MediaPlayerNative(20252): stop called in state 1, mPlayer(0x0) E/MediaPlayerNative(20252): error (-38, 0) V/MediaPlayer(20252): resetDrmState: mDrmInfo=null mDrmProvisioningThread=null mPrepareDrmInProgress=false mActiveDrmScheme=false V/MediaPlayer(20252):...
Hello! I want to contribute on your stereo with making logo design. What do you think about it?
We should use unit tests to assure our library is safe. I see the following tests: - Can an audio file be loaded ? - Can an audio file be...
I think we should use a logger for debugging purposes such as https://pub.dartlang.org/packages/logging or https://pub.dartlang.org/packages/log