Bug 967 - Audio pipeline should be 24-bit throughout
: Audio pipeline should be 24-bit throughout
Status: RESOLVED FIXED
Product: SB 2/3
Classification: Unclassified
Component: Wireless
: unspecified
: PC Windows XP
: P1 normal (vote)
: ---
Assigned To: Vidur Apparao
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-07 23:29 UTC by Vidur Apparao
Modified: 2009-09-08 09:29 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vidur Apparao 2005-03-07 23:29:51 UTC
We should be passing around 24-bit samples (padded to 32-bits), rather than
16-bit. Places that need to change are:

1) MP3 decoder needs to shift right to 24 instead of 16.
2) FLAC decoder needs to shift left to 24.
3) PCM decoer needs to covert to 24.
4) Volume filter needs to switch to a 1.7 fixed format (from 1.15).
5) Visualizers need to shift right, but can remain essentially the same.
6) Audio transition code needs to change in the same way as the volume filter.
Comment 1 Vidur Apparao 2005-03-12 22:17:19 UTC
Fixed in firmware rev 6.