Changeset 2992:ff4cbda31297 in roaraudio for libroardsp/filter.c


Ignore:
Timestamp:
10/26/09 18:23:34 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

start with Speex Prep filter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter.c

    r2990 r2992  
    5454 {ROARDSP_FILTER_SWAP, "Swap", roardsp_swap_init, roardsp_swap_uninit, roardsp_swap_ctl, roardsp_swap_reset, { 
    5555           {NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, roardsp_swap_calc162, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL}}}, 
     56 {ROARDSP_FILTER_SPEEX_PREP, "SpeexPrep", roardsp_speex_prep_init, roardsp_speex_prep_uninit, 
     57                                          roardsp_speex_prep_ctl,  roardsp_speex_prep_reset, { 
     58           {NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL},{NULL, NULL, NULL}}}, 
    5659 {-1, NULL, NULL, NULL, NULL, NULL, { 
    5760      // ?                  8Bit               16Bit              24Bit              32Bit 
Note: See TracChangeset for help on using the changeset viewer.