Changeset 684:1fe916239c1f in roaraudio


Ignore:
Timestamp:
08/27/08 17:06:23 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed debug output

Location:
libroardsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/filter_highp.c

    r683 r684  
    102102 *(float*)data = oldfreq; 
    103103 
    104  ROAR_DBG("roardsp_highp_ctl(); oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
     104 ROAR_DBG("roardsp_highp_ctl(*): oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
     105 ROAR_DBG("roardsp_highp_ctl(*): a=%i, b=%i, c=%i", self->a, self->b, self->c); 
    105106 
    106107 return 0; 
  • libroardsp/filter_lowp.c

    r680 r684  
    9898 *(float*)data = oldfreq; 
    9999 
    100  ROAR_DBG("roardsp_lowp_ctl(); oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
     100 ROAR_DBG("roardsp_lowp_ctl(*): oldfreq=%f, newfreq=%f", oldfreq, newfreq); 
    101101 
    102102 return 0; 
Note: See TracChangeset for help on using the changeset viewer.