-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcapture.html
68 lines (51 loc) · 1.82 KB
/
capture.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<HTML>
<HEAD>
<TITLE>capture.1 manual page</TITLE>
</HEAD>
<BODY>
<H1>capture.1 manual page</H1>
<HR>
<PRE>
<!-- Manpage converted by man2html 3.0.1 -->
</PRE>
<H2>NAME</H2><PRE>
capture - capture EAS alerts from audio
</PRE>
<H2>SYNOPSIS</H2><PRE>
<B>capture</B> <B>[-d</B> <I>dir</I> <B>]</B> <B>[-l</B> <I>log-file</I> <B>]</B> <B>[-s</B> <I>script</I> <B>]</B> <I>file</I>
</PRE>
<H2>DESCRIPTION</H2><PRE>
<B>capture</B> reads audio data from <I>file</I> (or stdin if <I>file</I> is
-), decodes any SAME (Specific Area Message Encoding) dig-
ital data, and writes the resulting alert audio clips to
disk.
The audio clips are written to disk in MP3 format. The
<B><A HREF="lame.html">lame(1)</A></B> audio compressor is used to create the MP3 files.
After creating the audio clip, capture sets the environ-
ment variables EAS_MESSAGE and EAS_MP3 and runs the <I>script</I>
specified in the command line.
</PRE>
<H2>OPTIONS</H2><PRE>
-d dir The directory where MP3 files will be created.
-l log-file
The log file to which EAS events will be written.
-s script
The command to run after capturing an MP3 file.
file The file that contains audio data. If - is speci-
fied, read from stdin.
</PRE>
<H2>AUTHOR</H2><PRE>
Greg Hewgill <a href="mailto:[email protected]"><[email protected]></a>
<a href="http://hewgill.com">http://hewgill.com</a>
</PRE>
<H2>SEE ALSO</H2><PRE>
<B><A HREF="lame.html">lame(1)</A></B>, <B><A HREF="streamer.html">streamer(1)</A></B>
</PRE>
<HR>
<ADDRESS>
Man(1) output converted with
<a href="http://www.oac.uci.edu/indiv/ehood/man2html.html">man2html</a>
</ADDRESS>
<!--#include virtual="/google-analytics.inc"-->
</BODY>
</HTML>