Changeset 2927:1c2c516cbdf9 in roaraudio for libroardsp


Ignore:
Timestamp:
10/16/09 20:45:52 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support for ROAR_LIBROAR_CONFIG_PSET_VBR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/transcode_speex.c

    r2924 r2927  
    9191  } 
    9292 
     93  if ( _HAVE_CCFG(ROAR_LIBROAR_CONFIG_PSET_VBR) ) { 
     94   tmp = self->codec_config->vbr ? 1 : 0; 
     95   speex_encoder_ctl(self->xcoder, SPEEX_SET_VBR,       &tmp); 
     96  } 
     97 
    9398  if ( _HAVE_CCFG(ROAR_LIBROAR_CONFIG_PSET_DTX) ) { 
    9499   tmp = self->codec_config->dtx ? 1 : 0; 
Note: See TracChangeset for help on using the changeset viewer.