Changeset d414b9c for gutenbach


Ignore:
Timestamp:
Apr 20, 2007, 4:49:58 AM (17 years ago)
Author:
presbrey <presbrey>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
2fa5bdc
Parents:
ab55f2e
git-author:
presbrey <presbrey> (04/20/07 04:49:58)
git-committer:
presbrey <presbrey> (04/20/07 04:49:58)
Message:

Removed ogg vorbis streaming buffer; too large

File:
1 edited

Legend:

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

    rab55f2e rd414b9c  
    22# Play the data on STDIN as an audio file
    33#
    4 # $Id: sipbmp3-filter,v 1.12 2004-02-22 16:50:57 arolfe Exp $
     4# $Id: sipbmp3-filter,v 1.13 2007-04-20 08:49:58 presbrey Exp $
    55# $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $
    66#
     
    489489  # Prepare to write status:
    490490  open(ZEPHYR, '|/usr/athena/bin/zwrite -d -n -c sipb-auto -i sipbmp3@xcb -s "SIPB LPR music spooler"');
    491   system("/mit/sipb/bin/ogg123 -b 40000 -dau -q -f - $uri 2> /tmp/ogg123.out | audioplay");
     491  system("/mit/sipb/bin/ogg123 -dau -q -f - $uri 2> /tmp/ogg123.out | audioplay");
    492492
    493493  # Check if there were any errors
Note: See TracChangeset for help on using the changeset viewer.