Changeset d414b9c for gutenbach/debian
- Timestamp:
- Apr 20, 2007, 4:49:58 AM (18 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
rab55f2e rd414b9c 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1.1 2 2004-02-22 16:50:57 arolfeExp $4 # $Id: sipbmp3-filter,v 1.13 2007-04-20 08:49:58 presbrey Exp $ 5 5 # $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $ 6 6 # … … 489 489 # Prepare to write status: 490 490 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"); 492 492 493 493 # Check if there were any errors
Note: See TracChangeset
for help on using the changeset viewer.