sm2017
sm2017
[BUG]:
## Flutter Sound Version : - **FULL** or **LITE** flavor ? I test both - **Important**: Result of the command : ```flutter pub deps | grep flutter_sound``` ``` |-- flutter_sound...
> Flutter Sound requires an iOS 10.0 SDK (or later) > Flutter Sound requires an Android API level 21 (or later) How can I use flutter_sound for Android API level...
I am using `use-sound` library in my react application, it uses `howler.js` to play sound https://github.com/joshwcomeau/use-sound/blob/master/src/index.ts#L45 https://github.com/joshwcomeau/use-sound/blob/master/src/index.ts#L68 I opened [an issue ](https://github.com/joshwcomeau/use-sound/issues/65) in this repo but I think it actually...
I am using `RecordRTCPromisesHandler` and `StereoAudioRecorder` to record audio on safari in iOS devices, the voice successfully recorder, but not played in the device it self, I move the recorder...