Metras / wiiradio

Automatically exported from code.google.com/p/wiiradio
0 stars 0 forks source link

Add option to let the user choose the buffer time #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add option so the user can select the time for buffering.

Options should be:

5sec 8sec 10sec 20sec

Default is 8sec

Original issue reported on code.google.com by iamsca...@gmail.com on 9 Aug 2009 at 7:14

GoogleCodeExporter commented 8 years ago
Difficult: the _time_ depends on the bitrate and codec. wiiradio cannot 
reliably know
that before actually reading and decoding that data. The station _can_ send the
bitrate, but it does not have to; I have seen station which do not report that.
Easier would be to specify the size of the buffer as 'small', 'medium', 'large' 
or
similar, with some senseable numbers behind that. This would not be optimal, 
because
it would mean potentially different buffer times for different stations, but it 
would
be the best we can do, at least easily.

Original comment by knarrff on 15 Feb 2010 at 5:33