studentrk

Results 2 comments of studentrk

@yelhouti this seems to work, but only if you call loop after play and **without await**. Working Example: ``` NativeAudio.play({ assetId: assetId, time: 0 }) NativeAudio.loop({ assetId: assetId }); ```...

What solved it for me was downgrading to node version **v16.20.2**, use python version **3.9.0** and also use **[email protected]** And I had to ran the following commands: ``` npm rebuild...