Changeset 2306:a22db9aad19a in roaraudio


Ignore:
Timestamp:
08/05/09 14:32:03 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

vars for stereo support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_speex.h

    r668 r2306  
    2929#include <speex/speex.h> 
    3030#include <speex/speex_stereo.h> 
     31#include <speex/speex_callbacks.h> 
    3132 
    3233struct codecfilter_speex_inst { 
     
    3435 void * decoder; 
    3536 SpeexBits bits; 
     37 SpeexStereoState stereo_state; 
     38 SpeexCallback    stereo_callback; 
     39 int              stereo; 
    3640 struct roar_stream_server * stream; 
    3741 int frame_size; 
Note: See TracChangeset for help on using the changeset viewer.