zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

setSpeed is not supported for OS below Android 6.0 #293

Open leechan opened 6 years ago

leechan commented 6 years ago

setPlaybackParams/getPlaybackParams requires API Level 23, so below Android 6.0 not support set speed feature. I find Android SoundPool Class maybe can fix it, and more compatible.

Is there any suggestion or workaround for this problem now? Thanks!

biaji commented 6 years ago

I send a pull request for this issue:

319