poehoes / ampache-mobile

Automatically exported from code.google.com/p/ampache-mobile
0 stars 0 forks source link

Feature: Buffer Ahead (aka Prebuffer Next Song) #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description: Buffer ahead some number of tracks probably just 1. So when
the currently playing track finishes the app has another ready and waiting
to go.  Should eliminate a lot of the lag between tracks in the current
playback implementation.

Things to watch for:
* Audio objects can have have multiple events of the same type, but events
can also be removed, so this has to be managed carefully as any
implementation will need to use multiple Audio objects and flip flop them.

Original issue reported on code.google.com by bjgeiser@gmail.com on 2 Sep 2009 at 3:27

GoogleCodeExporter commented 9 years ago
To get the current buffering code running rename AudioPlayerBuffering.js to
AudioPlayer.js.

Original comment by bjgeiser@gmail.com on 2 Sep 2009 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 22 Sep 2009 at 1:53

GoogleCodeExporter commented 9 years ago
What are the issues with the current buffering code?

Original comment by mbet...@gmail.com on 2 Oct 2009 at 3:55

GoogleCodeExporter commented 9 years ago
It worked about 90% of the time.  I haven't had the time to debug it.

Original comment by bjgeiser@gmail.com on 2 Oct 2009 at 4:38

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 20 Oct 2009 at 5:01

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 7 Apr 2010 at 5:23

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 12 Apr 2010 at 11:47