mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
All AAC-HE files will double the frame sample count, not only AAC-HE files with SBR upsampling. This change fixes issues with some m4a files reported in the forums.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29310 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
258626f455
commit
237ca504e1
9 changed files with 36 additions and 36 deletions
|
@ -303,7 +303,7 @@ static int info_speak_item(int selected_item, void * data)
|
|||
{
|
||||
talk_id(LANG_BATTERY_TIME, false);
|
||||
talk_value(battery_level(), UNIT_PERCENT, true);
|
||||
talk_value(battery_time() *60, UNIT_TIME_EXACT, true);
|
||||
talk_value(battery_time() *60, UNIT_TIME, true);
|
||||
}
|
||||
else talk_id(VOICE_BLANK, false);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue