Changeset 403

Show
Ignore:
Timestamp:
04/06/07 15:30:35 (2 years ago)
Author:
gbooker
Message:

Merged over changes from a52codec to allow reduction of dynamic range (make soft sounds louder).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CPFPerianPrefPaneController.m

    r399 r403  
    235235} 
    236236 
    237 - (void)mainViewDidLoad 
     237- (void)didSelect 
    238238{ 
    239239        /* General */ 
     
    584584- (void)setAC3DynamicRange:(float)newVal 
    585585{ 
    586     if(newVal > 1.0) 
    587         newVal = 1.0; 
     586    if(newVal > 4.0) 
     587        newVal = 4.0; 
    588588    if(newVal < 0.0) 
    589589        newVal = 0.0; 
  • trunk/PerianPrefPane.nib/info.nib

    r398 r403  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>69 49 356 240 0 0 1024 746 </string> 
     6        <string>137 76 356 240 0 0 1680 1028 </string> 
    77        <key>IBFramework Version</key> 
    88        <string>446.1</string>