Changeset 2392:fa8ad78f22eb in roaraudio


Ignore:
Timestamp:
08/17/09 02:28:39 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new prototypes for roar_remove_so8/32()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/remove.h

    r2157 r2392  
    5050 
    5151int roar_remove_so   (void    * subout, void    * in, int samples, int bits, struct roar_remove_state * state); 
     52int roar_remove_so8  (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
    5253int roar_remove_so16 (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
     54int roar_remove_so32 (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
    5355 
    5456#endif 
Note: See TracChangeset for help on using the changeset viewer.