Changeset 620:d612617809a5 in roaraudio


Ignore:
Timestamp:
08/20/08 02:16:55 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a bit docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_speex.c

    r619 r620  
    33#include "roard.h" 
    44#ifdef ROAR_HAVE_LIBSPEEX 
     5 
     6/* 
     7 Format: 
     8 (all numbers are in network byte order) 
     9 
     10 MAGIC of site MAGIC_LEN 
     11 MODE NUMMBER of size 2 Byte 
     12 { // frames 
     13   FRAME LENGTH of size 2 Byte 
     14   FRAME DATA of size FRAME LENGTH Byte 
     15 } 
     16*/ 
    517 
    618int cf_speex_open(CODECFILTER_USERDATA_T * inst, int codec, 
     
    201213 int need_extra; 
    202214 
     215/* 
     216 TODO: Befor this realy works there must be a working way to set the number of channels and bits 
     217       for monetoring clients. Else this will produce some thing stange as a 'mono' file that realy 
     218       contains stereo. 
     219*/ 
     220 
    203221 ROAR_DBG("cf_speex_write(inst=%p, buf=%p, len=%i) = ?", inst, buf, len); 
    204222 
Note: See TracChangeset for help on using the changeset viewer.