@capgo/native-audio 6.0.8 → 6.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,6 +34,7 @@ public class AudioAsset: NSObject, AVAudioPlayerDelegate {
34
34
  let player: AVAudioPlayer! = try AVAudioPlayer(contentsOf: pathUrl)
35
35
 
36
36
  if player != nil {
37
+ player.enableRate = true
37
38
  player.volume = volume
38
39
  player.prepareToPlay()
39
40
  self.channels.append(player)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.0.8",
3
+ "version": "6.0.10",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",