Changeset 32b323f


Ignore:
Timestamp:
Jun 24, 2010, 1:11:23 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
5dd3058
Parents:
b1d66d4
git-author:
Alex Dehnert <adehnert@…> (10/10/09 22:34:04)
git-committer:
Jessica B. Hamrick <jhamrick@…> (06/24/10 01:11:23)
Message:

Expand configurability and improve defaults

  • default zephyr class to sipb-test
  • autodetect hostname
  • allow the ALSA channel to be configured
Location:
gutenbach/debian/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r45850db r32b323f  
    2323use IPC::Open2;
    2424
    25 my $zephyr_class = "sipb-auto";
    26 my $host = "zsr";
     25my $zephyr_class = "sipb-test";
     26my $host = `hostname`;
    2727my $queue = "sipbmp3";
    2828
  • gutenbach/debian/lib/sipbmp3-get-config

    rb1d66d4 r32b323f  
    33# Get configuration of sipbmp3
    44
    5 my $zephyr_class = "sipb-auto";
    6 my $host = "zsr";
     5my $zephyr_class = "sipb-test";
     6my $host = `hostname`;
    77my $queue = "sipbmp3";
     8my $channel = "Headphone";
    89
    910# Configuration
     
    2122    'host' => $host,
    2223    'queue' => $queue,
     24    'channel' => $channel,
    2325);
    2426
Note: See TracChangeset for help on using the changeset viewer.