Changeset 2156:62c741edbdbc in roaraudio for include/libroardsp/remove.h


Ignore:
Timestamp:
07/24/09 23:49:32 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_remove_so() and roar_remove_so16()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/remove.h

    r2145 r2156  
    4949int roar_remove_32   (int8_t  * inout, int8_t  * subs, int samples, struct roar_remove_state * state); 
    5050 
     51int roar_remove_so   (void    * subout, void    * in, int samples, int bits, struct roar_remove_state * state); 
     52int roar_remove_so16 (int16_t * subout, int16_t * in, int samples, struct roar_remove_state * state); 
     53 
    5154#endif 
    5255 
Note: See TracChangeset for help on using the changeset viewer.