Changeset 1587:9da570b3c375 in roaraudio for libroardsp/filter.c


Ignore:
Timestamp:
04/15/09 22:23:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added subs for filter swap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter.c

    r1141 r1587  
    5252 {ROARDSP_FILTER_DCBLOCK, "DCBlock", roardsp_dcblock_init, NULL, NULL, roardsp_dcblock_reset, { 
    5353           {NULL, NULL, NULL},{NULL, NULL, NULL},{roardsp_dcblock_calc16, NULL, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL}}}, 
     54 {ROARDSP_FILTER_SWAP, "Swap", roardsp_swap_init, roardsp_swap_uninit, roardsp_swap_ctl, roardsp_swap_reset, { 
     55           {NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, roardsp_swap_calc162, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL}}}, 
    5456 {-1, NULL, NULL, NULL, NULL, NULL, { 
    5557      // ?                  8Bit               16Bit              24Bit              32Bit 
Note: See TracChangeset for help on using the changeset viewer.