Packed 格式是每個採樣以 3bytes 儲存, 最多容納 24bits
Unpacked 格式每個採樣則以全DWORD (4 bytes) 儲存, 可容許最高32bits, 故檔案體積會大一點。
Unpacked 格式是bob預留日後當解析度超過24bit而設計

。實際上對效能亦有幫助 (It can sometimes also possibly improve performance due to the fact that our current Pc's access data in DWORD chunks and the packed format requires multiple register shifts to compact and expand the data into the odd size 3 byte format, which translates into more internal manipulation to access each sample.), 但現階段一般情況是不用易察覺, 。
如要與其他軟兼容, 暫時應該使用
Packed 格式。
[
本帖最后由 himhui 于 2006-2-24 12:50 编辑 ]