-
Notifications
You must be signed in to change notification settings - Fork 1
Making chordPlayer work in Nativescript #5
Description
Hi, First of all, I'd like to congratulate the authors for putting together this wonderful package. It is very cool indeed.
I've been developing an app using the Nativescript platform, which by the way uses javascript, CSS and XML to build cross-platform mobile apps.
Fortunately, I came across your package which is exactly what I need to finish the app.
The problem is that it doesn't work in Nativescript, at least by the conventional way.
I would like to know if there is something I can do to make it work in Nativescript.
I know chordPlayer uses the (Web Audio APi) to render audio. Nativescript uses (android.audio.MediaPlayer) for Android and (AVAudioPlayer) for iOS.
Any help towards sorting this out is gonna be greatly appreciated.
Thank you very much!