Changeset 3304401
- Timestamp:
- Dec 20, 2002, 10:59:00 PM (22 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- b639db9
- Parents:
- 148111e
- git-author:
- unknown <unknown> (12/20/02 22:59:00)
- git-committer:
- unknown <unknown> (12/20/02 22:59:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r148111e r3304401 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1. 2 2002-12-21 03:58:23 arolfeExp $4 # $Id: sipbmp3-filter,v 1.3 2002-12-21 03:59:00 unknown Exp $ 5 5 # 6 6 # TODO … … 30 30 31 31 # Select the correct output device and set the volume 32 system("/usr/local/bin/audio_setdevice -out headphones 2>&1 </dev/null > /dev/null");32 system("/usr/local/bin/audio_setdevice -out headphones 100 2>&1 </dev/null > /dev/null"); 33 33 34 34 # The command line we get from lpd is (no spaces between options and args):
Note: See TracChangeset
for help on using the changeset viewer.