Marco Nelissen: The bitrate of an audio CD is 44100*4*8 (well, the bitrate of
the "files" is, the actual bitrate of the CD is higher because of error correction). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30749 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -738,7 +738,7 @@ Volume::Mount(const char* device)
|
||||
inode->AddAttribute("Audio:Title", B_STRING_TYPE, text.titles[i]);
|
||||
inode->AddAttribute("Audio:Genre", B_STRING_TYPE, text.genre);
|
||||
inode->AddAttribute("Audio:Track", B_INT32_TYPE, track);
|
||||
inode->AddAttribute("Audio:Bitrate", B_STRING_TYPE, "128 kbps");
|
||||
inode->AddAttribute("Audio:Bitrate", B_STRING_TYPE, "1378 kbps");
|
||||
|
||||
snprintf(title, sizeof(title), "%02lu:%02lu",
|
||||
uint32(inode->FrameCount() / kFramesPerMinute),
|
||||
|
||||
Reference in New Issue
Block a user