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:
Bruno G. Albuquerque
2009-05-13 14:54:06 +00:00
parent b0c7d4fa15
commit 0bd0e0af2a
@@ -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),