@5stones/react-native-audio-browser 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -821,6 +821,9 @@ class TrackPlayer {
821
821
  /// Starts playback at the configured rate
822
822
  private func startPlayback() {
823
823
  avPlayer.play()
824
+ if rate != 1.0 {
825
+ avPlayer.rate = rate
826
+ }
824
827
  }
825
828
 
826
829
  /// Pauses playback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5stones/react-native-audio-browser",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "react-native-audio-browser is a react native package built with Nitro",
5
5
  "keywords": [
6
6
  "react-native",