Changeset 676:ee91616e26df in roaraudio


Ignore:
Timestamp:
08/27/08 14:45:42 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added lowp prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r673 r676  
    5757int roardsp_fchain_calc  (struct roardsp_filterchain * chain, void * data, size_t len); 
    5858 
     59// filter: 
     60 
     61int roardsp_lowp_init  (struct roardsp_filter * filter, struct roar_stream * stream, int id); 
     62int roardsp_lowp_uninit(struct roardsp_filter * filter); 
     63int roardsp_lowp_calc16(struct roardsp_filter * filter, void * data, size_t samples); 
     64int roardsp_lowp_ctl   (struct roardsp_filter * filter, int cmd, void * data); 
     65 
     66 
    5967#endif 
    6068 
Note: See TracChangeset for help on using the changeset viewer.