Pavan

Results 31 comments of Pavan

Also we would like to generate workspace like generate App and all it's subprojects based on each project.yml

Any support for typescript?

I think this issue occurs on API24 devices

@HapitatJoel did you try this solution? https://github.com/react-native-community/react-native-audio-toolkit/issues/168

Same here can someone help? I think this happens in API24 android devices

> Hi! > My workaround for this is checking for duration saved in player instance. If the audio is not yet loaded from the network the duration will be -1....

Looks like there is exception in **AudioPlayerModule** when any method calls `data.putMap("info", info);` it throws **ObjectAlreadyConsumedException: Receiving map already consumed** hence player is getting removed from playerPool

I found the solution by setting `this.player.speed = 0.0` intially will fix this issue and the reason is during player initialization player.pause is getting called even though it's not playing...

On javascript side you need to make this setting only for android while initializing player Just need to set **this.player.speed = 0.0** only for android ![Screen Shot 2019-12-09 at 11...