Changeset 2142:95f833ec51ea in roaraudio


Ignore:
Timestamp:
07/24/09 04:33:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added debug lions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarphone.c

    r2141 r2142  
    8282  return -1; 
    8383 
     84 ROAR_DBG("anti_echo_speex16(*) = ?"); 
     85 
    8486 if ( state == NULL ) { 
    8587  if ( (state = speex_echo_state_init(samples, 100*samples)) == NULL ) 
     
    8991 } 
    9092 
     93 ROAR_DBG("anti_echo_speex16(*) = ?"); 
     94 
    9195 if ( obuf == NULL ) { 
    9296  if ( (obuf = malloc(2*samples)) == NULL ) 
     
    9498 } 
    9599 
     100 ROAR_DBG("anti_echo_speex16(*) = ?"); 
     101 
    96102/* 
    97103 speex_echo_cancellation(state, buf, aebuf, obuf); 
     
    101107 
    102108 memcpy(buf, obuf, 2*samples); 
     109 
     110 ROAR_DBG("anti_echo_speex16(*) = 0"); 
    103111 
    104112 return 0; 
Note: See TracChangeset for help on using the changeset viewer.