Changeset 2980:04a6eebd23bf in roaraudio


Ignore:
Timestamp:
10/25/09 09:32:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

very dummy inst structs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/libroardsp.h

    r2979 r2980  
    145145}; 
    146146 
     147struct roardsp_agc { 
     148 struct roardsp_filter * amp; 
     149}; 
     150 
     151struct roardsp_speex_prep { 
     152 char dummy[8]; 
     153}; 
     154 
    147155// funcs: 
    148156int    roardsp_filter_str2id(char * str); 
Note: See TracChangeset for help on using the changeset viewer.