@capgo/native-audio 6.0.7 → 6.0.9
Sign up to get free protection for your applications and to get access to all the features.
package/android/build.gradle
CHANGED
@@ -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)
|