New issue
Advanced search Search tips

Issue 696044 link

Starred by 1 user

Issue metadata

Status: Archived
Owner: ----
Closed: Mar 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Reduce memory usage in decodeAudioData

Project Member Reported by rtoy@chromium.org, Feb 24 2017

Issue description

To fix  issue 673782 , essentially two copies of the decoded audio data are held in memory.  The first is a list of decoded packets, converted to float data, and the second is the final destination to which the decoded packets are copied.

To reduce memory usage, it's possible to keep the decoded packets in their "native" format.  For some codecs this format is 16-bit signed integers, which take up half as much space as the final float destination format.  

We still end up using more data than before, but the total memory usage can be reduced.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Mar 6 2018

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 2 by rtoy@chromium.org, Mar 7 2018

Status: Archived (was: Untriaged)
Closing.  Reopen if and when this memory usage is a problem.

Sign in to add a comment