Changeset 507:5c9574ef2183 in roaraudio


Ignore:
Timestamp:
08/14/08 19:37:06 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use roar_stream_send_data() not write()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarvorbis.c

    r479 r507  
    194194     /* we don't bother dealing with sample rate changes, etc, but 
    195195        you'll have to */ 
    196     write(out, pcmout, ret); 
     196//    write(out, pcmout, ret); 
     197   roar_stream_send_data(&con, &s, pcmout, ret); 
    197198  } 
    198199 } 
Note: See TracChangeset for help on using the changeset viewer.