funkstar;470544 Wrote: > iPhone is right, currently there is no way to get the -actual- bitrate > from the transcoding process, so they just show a rough estimated > average for a Flac file (roughly half the bitrate of a CD).
What are you calling 'actual' bitrate? The bitrates shown by SbS aren't estimates, they're merely the rate at which the data needs to stream based on file size and track time. For redbook audio, of 44.1 kHz, 16 bit stereo, the uncompressed bitrate is: 44,100 * 16 * 2 / 1000 = 1411 kbps The computed bitrate in SbS for lossless files is: file_size_in_bytes * 8_bits_per_byte / track_time_in_seconds / 1000 For example, a track of 8:48 with a file size of 60,023,175 bytes: 60,023,175 * 8 / 528 / 1000 = 909 kbps -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=69512 _______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
