Changeset 391:ab42dd0763ef in roaraudio for roard/include


Ignore:
Timestamp:
08/06/08 18:15:08 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a bit mor struct to the cf speex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/codecfilter_speex.h

    r373 r391  
    66#include <roaraudio.h> 
    77#include <speex/speex.h> 
     8#include <speex/speex_stereo.h> 
    89 
    910struct codecfilter_speex_inst { 
     
    1112 void * decoder; 
    1213 SpeexBits bits; 
     14 struct roar_stream_server * stream; 
     15 int frame_size; 
    1316 
    1417/* 
    15  struct roar_stream_server * stream; 
    16  CELTMode * mode; 
    17  CELTEncoder * encoder; 
    18  CELTDecoder * decoder; 
    19  int frame_size; 
    20  int lookahead; 
    2118 int out_size; 
    2219 char * ibuf; 
Note: See TracChangeset for help on using the changeset viewer.