Changeset 2292:0e4ee5724202 in roaraudio


Ignore:
Timestamp:
08/05/09 04:16:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

simple patches, mostly by Simon Matter (trivial by german law so no (c) notice)

Location:
roarclients
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcatpassfh.c

    r2230 r2292  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
     
    7878 } 
    7979 
    80  if ( roar_simple_connect(&con, server, "roarcatad") == -1 ) { 
     80 if ( roar_simple_connect(&con, server, "roarcatpassfh") == -1 ) { 
    8181  ROAR_DBG("roar_simple_play(*): roar_simple_connect() faild!"); 
    8282  return 1; 
  • roarclients/roarcatplay.c

    r1775 r2292  
    1 //roarcat.c: 
     1//roarcatplay.c: 
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
  • roarclients/roarcatsendfile.c

    r669 r2292  
    1 //roarcat.c: 
     1//roarcatsendfile.c: 
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
     
    8181 } 
    8282 
    83  if ( (fh = roar_simple_play(rate, channels, bits, codec, server, "roarcat")) == -1 ) { 
     83 if ( (fh = roar_simple_play(rate, channels, bits, codec, server, "roarcatsendfile")) == -1 ) { 
    8484  fprintf(stderr, "Error: can not start playback\n"); 
    8585  return 1; 
  • roarclients/roarcatvio.c

    r2230 r2292  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
     
    5050 char * k; 
    5151 int    i; 
    52  char * name = "roarcat"; 
     52 char * name = "roarcatvio"; 
    5353 struct roar_vio_calls file, stream; 
    5454 struct roar_vio_defaults def; 
  • roarclients/roarfctest.c

    r1133 r2292  
    1 //roarsin.c: 
     1//roarfctest.c: 
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
  • roarclients/roarfilt.c

    r1635 r2292  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
     
    233233 } 
    234234 
    235  if ( (fh = roar_simple_filter(rate, channels, bits, codec, server, "roarifilt")) == -1 ) { 
     235 if ( (fh = roar_simple_filter(rate, channels, bits, codec, server, "roarfilt")) == -1 ) { 
    236236  fprintf(stderr, "Error: can not start playback\n"); 
    237237  return 1; 
  • roarclients/roarmon.c

    r2241 r2292  
    1 //roarcat.c: 
     1//roarmon.c: 
    22 
    33/* 
  • roarclients/roarphone.c

    r2282 r2292  
    1 //roarbidir.c: 
     1//roarphone.c: 
    22 
    33/* 
     
    5656 
    5757void usage (void) { 
    58  printf("roarcat [OPTIONS]...\n"); 
     58 printf("roarphone [OPTIONS]...\n"); 
    5959 
    6060 printf("\nOptions:\n\n"); 
  • roarclients/roarshout.c

    r2163 r2292  
    3131 
    3232void usage (void) { 
    33  printf("roarmon [OPTIONS]... [address [port [password [mountpoint]]]\n"); 
     33 printf("roarshout [OPTIONS]... [address [port [password [mountpoint]]]\n"); 
    3434 
    3535 printf("\nRoarAudio Options:\n\n"); 
  • roarclients/roarvumeter.c

    r1633 r2292  
    1 //roarcat.c: 
     1//roarvumeter.c: 
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
Note: See TracChangeset for help on using the changeset viewer.