Changeset 383:56f41c54f169 in roaraudio for include/libroardsp/convert.h


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

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.