Changeset 2196:ff5e22978e4c in roaraudio


Ignore:
Timestamp:
07/26/09 23:22:24 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ask the encoder for the optimal size, don't give any hint for the moment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarphone.c

    r2195 r2196  
    290290  } 
    291291 
    292   g_conf.samples = 8 * roar_bixcoder_packet_size(transcoder, g_conf.samples) / dinfo.bits; 
     292  g_conf.samples = 8 * roar_bixcoder_packet_size(transcoder, -1) / dinfo.bits; 
    293293 } 
    294294 
Note: See TracChangeset for help on using the changeset viewer.