Changeset 2932:09d25b79ce75 in roaraudio for roard/loop.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/loop.c

    r2530 r2932  
    9797  } else { 
    9898   if ( ( streams = streams_get_mixbuffers(&streams_input, sa, g_pos)) != -1 ) { 
    99     mix_clients(g_output_buffer, sa->bits, streams_input, ROAR_OUTPUT_BUFFER_SAMPLES * sa->channels); 
     99    roar_mix_pcm(g_output_buffer, sa->bits, streams_input, ROAR_OUTPUT_BUFFER_SAMPLES * sa->channels); 
    100100   } 
    101101  } 
Note: See TracChangeset for help on using the changeset viewer.