Ray MacDonald

Results 2 issues of Ray MacDonald

Hello, I would like to create a level meter to go along with my Wavesurfer.. is there a way to get the current audio level as it is playing? Thanks

question

**Describe the bug** When trying to get the duration of an audio track it returns NaN **To Reproduce** ``` NativeAudio.getDuration({ assetId: 'audioID'}).then(result => { console.log('Get Duration returned : ', result);...