Changeset 383:56f41c54f169 in roaraudio for include/libroardsp


Ignore:
Timestamp:
08/06/08 04:03:43 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added working 16 bit mono resampling code

Location:
include/libroardsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/convert.h

    r0 r383  
    2626int roar_conv       (void * out, void * in, int samples, struct roar_audio_info * from, struct roar_audio_info * to); 
    2727 
     28 
     29int roar_conv_poly4_16 (int16_t * out, int16_t * in, size_t olen, size_t ilen); 
     30 
    2831#endif 
    2932 
  • include/libroardsp/poly.h

    r30 r383  
    1313int roar_math_mkpoly_5x5 (float * poly, float * data); 
    1414 
     15float roar_math_cvpoly_4x4 (float * poly, float t); 
    1516 
    1617#endif 
Note: See TracChangeset for help on using the changeset viewer.