Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Dec 23, 2014
1 parent 2f620df commit 221777a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.50])
AC_INIT([shairport-sync], [2.1.13], [mikebrady@eircom.net])
AC_INIT([shairport-sync], [2.1.14], [mikebrady@eircom.net])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([shairport.c])
AC_CONFIG_HEADERS([config.h])
Expand Down
7 changes: 5 additions & 2 deletions man/shairport-sync.7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.SH NAME
shairport-sync \- Synchronised Audio Player for iTunes / AirPlay
.SH SYNOPSIS
\fBshairport-sync [-dvw]\fB [-a \fB\fIname\fB]\fB [-A \fB\fIlatency\fB]\fB [-B \fB\fIcommand\fB]\fB [-E \fB\fIcommand\fB]\fB [-i \fB\fIlatency\fB]\fB [-m \fB\fIbackend\fB]\fB [-o \fB\fIbackend\fB]\fB [-r \fB\fIthreshold\fB]\fB [--statistics]\fB [-S \fB\fImode\fB]\fB [-t \fB\fItimeout\fB]\fB [-- \fB\fIaudio_backend_options\fB]\fB
\fBshairport-sync [-dvw]\fB [-a \fB\fIname\fB]\fB [-A \fB\fIlatency\fB]\fB [-B \fB\fIcommand\fB]\fB [-E \fB\fIcommand\fB]\fB [-i \fB\fIlatency\fB]\fB [-L \fB\fIlatency\fB]\fB [-m \fB\fIbackend\fB]\fB [-o \fB\fIbackend\fB]\fB [-r \fB\fIthreshold\fB]\fB [--statistics]\fB [-S \fB\fImode\fB]\fB [-t \fB\fItimeout\fB]\fB [-- \fB\fIaudio_backend_options\fB]\fB

shairport-sync -D\fB

Expand Down Expand Up @@ -53,11 +53,14 @@ If you want shairport-sync to wait until the command has completed before contin
Print brief help message and exit.
.TP
\fB-i | --iTunesLatency=\f1\fIlatency\f1
Use this \fIlatency\f1, in frames, for audio streamed from an iTunes source. The default is 99,400 frames, where there are 44,100 frames to the second.
Use this \fIlatency\f1, in frames, for audio streamed from an iTunes source, where iTunes is Version 10 or later. The default is 99,400 frames, where there are 44,100 frames to the second. If the source is iTunes but is earler than Version 10, the \fIdefault latency\f1 is used (see the \fB-L\f1 option). Some third party programs masquerade as old version of iTunes.
.TP
\fB-k | --kill\f1
Kill the shairport-sync daemon and exit. (Requires that the daemon has written its PID to an agreed file -- see the \fB-d\f1 option).
.TP
\fB-L | --latency=\f1\fIlatency\f1
Use this to set the \fIdefault latency\f1, in frames, for audio coming from an unidentified source or from an iTunes Version 9 or earlier source. The standard value for the \fIdefault latency\f1 is 88,200 frames, where there are 44,100 frames to the second.
.TP
\fB-m \f1\fImdnsbackend\f1\fB | --mdns=\f1\fImdnsbackend\f1
Force the use of the specified mDNS backend to advertise the player on the network. The default is to try all mDNS backends until one works.
.TP
Expand Down
15 changes: 12 additions & 3 deletions man/shairport-sync.7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<opt>[-B </opt><arg>command</arg><opt>]</opt>
<opt>[-E </opt><arg>command</arg><opt>]</opt>
<opt>[-i </opt><arg>latency</arg><opt>]</opt>
<opt>[-L </opt><arg>latency</arg><opt>]</opt>
<opt>[-m </opt><arg>backend</arg><opt>]</opt>
<opt>[-o </opt><arg>backend</arg><opt>]</opt>
<opt>[-r </opt><arg>threshold</arg><opt>]</opt>
Expand Down Expand Up @@ -154,12 +155,12 @@
</p></optdesc>
</option>

<option>
<option>
<p><opt>-i | --iTunesLatency=</opt><arg>latency</arg></p>
<optdesc><p>
Use this <arg>latency</arg>, in frames, for audio streamed from an iTunes
source. The default is 99,400 frames, where there are 44,100
frames to the second.
source, where iTunes is Version 10 or later. The default is 99,400 frames, where there are 44,100
frames to the second. If the source is iTunes but is earler than Version 10, the <arg>default latency</arg> is used (see the <opt>-L</opt> option). Some third party programs masquerade as old version of iTunes.
</p></optdesc>
</option>

Expand All @@ -171,6 +172,14 @@
</p></optdesc>
</option>

<option>
<p><opt>-L | --latency=</opt><arg>latency</arg></p>
<optdesc><p>
Use this to set the <arg>default latency</arg>, in frames, for audio coming from an unidentified source or from an iTunes Version 9 or earlier source. The standard value for the <arg>default latency</arg> is 88,200 frames, where there are 44,100
frames to the second.
</p></optdesc>
</option>

<option>
<p><opt>-m </opt><arg>mdnsbackend</arg><opt> | --mdns=</opt><arg>mdnsbackend</arg></p>
<optdesc><p>
Expand Down
15 changes: 12 additions & 3 deletions man/shairport-sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h2>Synopsis</h2>
<b>[-B </b><em>command</em><b>]</b>
<b>[-E </b><em>command</em><b>]</b>
<b>[-i </b><em>latency</em><b>]</b>
<b>[-L </b><em>latency</em><b>]</b>
<b>[-m </b><em>backend</em><b>]</b>
<b>[-o </b><em>backend</em><b>]</b>
<b>[-r </b><em>threshold</em><b>]</b>
Expand Down Expand Up @@ -139,12 +140,12 @@ <h2>Program Options</h2>
</p>


<p><b>-i | --iTunesLatency=</b><em>latency</em></p>
<p>
Use this <em>latency</em>, in frames, for audio streamed from an iTunes
source. The default is 99,400 frames, where there are 44,100
frames to the second.
source, where iTunes is Version 10 or later. The default is 99,400 frames, where there are 44,100
frames to the second. If the source is iTunes but is earler than Version 10, the <em>default latency</em> is used (see the <b>-L</b> option). Some third party programs masquerade as old version of iTunes.
</p>


Expand All @@ -157,6 +158,14 @@ <h2>Program Options</h2>



<p><b>-L | --latency=</b><em>latency</em></p>
<p>
Use this to set the <em>default latency</em>, in frames, for audio coming from an unidentified source or from an iTunes Version 9 or earlier source. The standard value for the <em>default latency</em> is 88,200 frames, where there are 44,100
frames to the second.
</p>



<p><b>-m </b><em>mdnsbackend</em><b> | --mdns=</b><em>mdnsbackend</em></p>
<p>
Force the use of the specified mDNS backend to advertise the
Expand Down

0 comments on commit 221777a

Please sign in to comment.