Changeset 2932:09d25b79ce75 in roaraudio for roard/ssynth.c


Ignore:
Timestamp:
10/16/09 21:36:47 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed now non-needed mix_clients*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/ssynth.c

    r2489 r2932  
    171171  } 
    172172 
    173   if ( mix_clients(outbufdata, g_sa->bits, indbufs, ROAR_OUTPUT_BUFFER_SAMPLES) == -1 ) { 
     173  if ( roar_mix_pcm(outbufdata, g_sa->bits, indbufs, ROAR_OUTPUT_BUFFER_SAMPLES) == -1 ) { 
    174174   roar_buffer_free(outbuf); 
    175175   return -1; 
Note: See TracChangeset for help on using the changeset viewer.