nativescript-audio icon indicating copy to clipboard operation
nativescript-audio copied to clipboard

:microphone: NativeScript plugin to record and play audio :musical_note:

Results 47 nativescript-audio issues
Sort by recently updated
recently updated
newest added

I have changed to the assets folder because with the folder that was there before it did not work by default, now it does, it seemed that the plugin did...

I'm using svelte-native which uses nativescript under the hood. I can't figure out how to play two mp3s at the same time using two instances of the player

Crash happens on Android 7 where this API is not available. Code appears to be missing a if (android.os.Build.VERSION.SDK_INT >= 26) check.

Please set a git tag for each release commit. This makes it easier to see what has changed and which bugs might exist in a particular bugs despite having no...

I want to play a mp3 file from a URL. Its size can be between 30MB and 200/300 MB. Playing/Pausing works fine, but every time I seek to a specific...

There is no check in android recorder.ts class if errorCallback or infoCallback was provided. Therefore when error or info is raised, you will get options.infoCallback / options.errorCallback is not a...

Hi, i have an issue with my NativeScript App using the nativescript-audio plugin, here is my configuration : **tns ios version : 6.5.4 nativescript cli version : 6.8.0 nativescript-audio version...

I've created an audio live stream with my previous mobile app (Cordova). I send audio bytes using socket.io, buffer for a few seconds and play the array of bytes. Is...

question

Is it possible to set the pitch of the played sound like using PlaybackParams for MediaPlayer?

Hello! When testing my app on Android devices, I've noticed that the loop feature does not work: ``` const playerOptions = { audioFile: '~/audio/box-fan.mp3.png", //.png because the .mp3 doesn't work...