Return to vad.conf CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default |
1.1 ! misho 1: # ! 2: # VAD Sample config ... ! 3: # ! 4: # $Id: vad.conf,v 1.2 2010/09/14 12:17:48 misho Exp $ ! 5: # ! 6: ! 7: out_prefix = "/tmp" ! 8: outdir_stamp = "%Y%m%d" ! 9: outfile_stamp = "%Y%m%d%H%M%S" ! 10: ! 11: user = "_vad" ! 12: chroot = "/" ! 13: ! 14: [mic0] ! 15: # VAD options ... ! 16: dsp = /dev/dsp0.1 ! 17: # enable record period ! 18: recperiod = 3600 ! 19: ! 20: # Encoder options ... ! 21: # filepath create *** $outprefix/[mic0]/$outdir{$outdir_stamp}/$outfile{$outfile_stamp}-[mic0].mp3 *** ! 22: outdir = "%s/audio" ! 23: outfile = "%s" ! 24: filesuffix = .mp3 ! 25: ## if uncomment rawsuffix vad service will produce and raw audio file ! 26: #rawsuffix = .raw ! 27: ! 28: # Broadcast options ... ! 29: bind = 0.0.0.0 ! 30: port = 8111 ! 31: mount = /mic0