media/library
Oliver Woodman d8934e2751 Make mapping from position to time more accurate in XING MP3 streams.
This change keeps the proportion offset * 256 as a floating point value rather
than rounding it before linear interpolation, which will increase precision
slightly when seeking in streams with XING headers.

In practice, this won't make much of a difference because precise seeking in VBR
MP3s with XING headers seems not to be possible without reading the entire file,
due to the fact that the (uneven) distribution of bits is represented by a fixed
number of table of contents entries.
2015-09-29 11:37:40 +01:00
..
src Make mapping from position to time more accurate in XING MP3 streams. 2015-09-29 11:37:40 +01:00
build.gradle Bump version to 1.5.0 2015-09-28 20:56:28 +01:00