Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Migrate and upstream LowLatencyAudio plugin #378

Open
timwindsor opened this issue Jan 6, 2015 · 2 comments
Open

Migrate and upstream LowLatencyAudio plugin #378

timwindsor opened this issue Jan 6, 2015 · 2 comments

Comments

@timwindsor
Copy link
Collaborator

Our LowLatencyAudio plugin is based on a similar API as this one, which I've forked into the BlackBerry account: https://github.com/blackberry/cordova-plugin-lowlatencyaudio

We should be able to migrate our code into it and submit it upstream so that the main plugin can support BlackBerry 10 in addition to the other platforms.

@umcsdon
Copy link
Collaborator

umcsdon commented Jan 29, 2015

Update:

  1. The upstream uses audio file with mp3 extension. OpenAL can be used for audio file with wav extension (decode required in order to play mp3).
  2. It's hard to manager audio file loaded via preloadAudio (play & loop queue).

This one takes much longer time to complete than I thought...I'm consider to use other framework or library now.

Reading on Qt Multimedia document right now...I hope this help...

@timwindsor
Copy link
Collaborator Author

Yeah, that's quite a bit of modification to do. Hopefully you can find some decent libraries on device or in open source to make it manageable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants