Changeset 2317:bb12fdc739f2 in roaraudio


Ignore:
Timestamp:
08/05/09 22:37:39 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added prototyps for RMS thingys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/rms.h

    r2316 r2317  
    3838#include "libroardsp.h" 
    3939 
     40int64_t roar_rms2_1_8  (int8_t  * data, size_t samples); 
     41int64_t roar_rms2_1_16 (int16_t * data, size_t samples); 
     42int64_t roar_rms2_1_32 (int32_t * data, size_t samples); 
     43 
    4044#endif 
    4145 
Note: See TracChangeset for help on using the changeset viewer.