mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
man: Drop separate paplay man page, move info to pacat man page
see https://bugs.freedesktop.org/show_bug.cgi?id=68135 pacat and paplay man pages both claim to describe the paplay program (which is actually a symlink to pacat) -- this is inconsistent and redundant, so drop the paplay man page a follow-up patch will add man page symlink for all programs implemented by pacat, not just paplay Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
a95a9d05e5
commit
fd263f048b
4 changed files with 9 additions and 130 deletions
|
|
@ -34,7 +34,8 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
<description>
|
||||
<p><file>pacat</file> is a simple tool for playing back or
|
||||
capturing raw or encoded audio files on a PulseAudio sound
|
||||
server.</p>
|
||||
server. It understands all audio file formats supported by
|
||||
<file>libsndfile</file>.</p>
|
||||
</description>
|
||||
|
||||
<options>
|
||||
|
|
@ -242,6 +243,13 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
</options>
|
||||
|
||||
<section name="Limitations">
|
||||
<p>Due to a limitation in <file>libsndfile</file>
|
||||
<file>paplay</file> currently does not always set the correct channel
|
||||
mapping for playback of multichannel (i.e. surround) audio files, even
|
||||
if the channel mapping information is available in the audio file.</p>
|
||||
</section>
|
||||
|
||||
<section name="Authors">
|
||||
<p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue