Changeset 4271:3d8ee398f663 in roaraudio for include/libroardsp


Ignore:
Timestamp:
08/27/10 23:29:34 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated RMS support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/rms.h

    r3633 r4271  
    5151int roar_rms2_1_32_n   (int32_t * data, size_t samples, int64_t * rms, size_t n); 
    5252 
     53int roar_rms2_1_b_n    (void    * data, size_t samples, int64_t * rms, size_t n, size_t bits); 
     54 
    5355#endif 
    5456 
Note: See TracChangeset for help on using the changeset viewer.