Changeset 556:24413e9e6310 in roaraudio


Ignore:
Timestamp:
08/18/08 21:14:22 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added codec auto detection code for source cf and added roar_file_codecdetect() proto type

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/file.h

    r555 r556  
    1111 
    1212int     roar_file_codecdetect(char * buf, int len); 
    13 ssize_t roar_file_send_raw (int out, int in); 
    14 ssize_t roar_file_play     (struct roar_connection * con, char * file, int exec); 
     13ssize_t roar_file_send_raw   (int out, int in); 
     14ssize_t roar_file_play       (struct roar_connection * con, char * file, int exec); 
    1515 
    1616#endif 
  • roard/sources.c

    r555 r556  
    111111 } 
    112112 
     113 // TODO: finy out a better way of doing auto detetion without need for seek! 
    113114 if ( !options ) { 
    114115  if ( (len = read(fh, buf, 64)) < 1 ) { 
Note: See TracChangeset for help on using the changeset viewer.