<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;

  <!ENTITY soundtouch-download-http "http://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
  <!ENTITY soundtouch-download-ftp  " ">
  <!ENTITY soundtouch-md5sum        "d02c6c91cb13901ca273a2b4b143ce41">
  <!ENTITY soundtouch-size          "104 KB">
  <!ENTITY soundtouch-buildsize     "6.1 MB">
  <!ENTITY soundtouch-time          "0.1 SBU">
]>

<sect1 id="soundtouch" xreflabel="SoundTouch-&soundtouch-version;">
  <?dbhtml filename="soundtouch.html"?>

  <sect1info>
    <othername>$LastChangedBy: bdubbs $</othername>
    <date>$Date: 2015-02-23 00:16:54 -0500 (Mon, 23 Feb 2015) $</date>
  </sect1info>

  <title>SoundTouch-&soundtouch-version;</title>

  <indexterm zone="soundtouch">
    <primary sortas="a-SoundTouch">SoundTouch</primary>
  </indexterm>

  <sect2 role="package">
    <title>Introduction to SoundTouch</title>

    <para>
      The <application>SoundTouch</application> package contains an open-source audio
      processing library that allows changing the sound tempo, pitch and playback
      rate parameters independently from each other.
    </para>

    &lfs77_checked;

    <bridgehead renderas="sect3">Package Information</bridgehead>
    <itemizedlist spacing="compact">
      <listitem>
        <para>
          Download (HTTP): <ulink url="&soundtouch-download-http;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download (FTP): <ulink url="&soundtouch-download-ftp;"/>
        </para>
      </listitem>
      <listitem>
        <para>
          Download MD5 sum: &soundtouch-md5sum;
        </para>
      </listitem>
      <listitem>
        <para>
          Download size: &soundtouch-size;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated disk space required: &soundtouch-buildsize;
        </para>
      </listitem>
      <listitem>
        <para>
          Estimated build time: &soundtouch-time;
        </para>
      </listitem>
    </itemizedlist>

    <para condition="html" role="usernotes">
      User Notes: <ulink url="&blfs-wiki;/soundtouch"/>
    </para>
  </sect2>

  <sect2 role="installation">
    <title>Installation of SoundTouch</title>

    <para>
      Install <application>SoundTouch</application> by running the following
      commands:
    </para>

<screen><userinput>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
./bootstrap &amp;&amp;

./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

    <para>
      This package does not come with a test suite.
    </para>

    <para>
      Now, as the <systemitem class="username">root</systemitem> user:
    </para>

<screen role="root"><userinput>make pkgdocdir=/usr/share/doc/soundtouch-&soundtouch-version; install </userinput></screen>
  </sect2>

  <sect2 role="commands">
    <title>Command Explanations</title>

    <para>
      <command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
      -i configure.ac</command>: This sed fixes some issues with
      <application>Automake</application> 1.13 and later.
    </para>

  </sect2>

  <sect2 role="content">
    <title>Contents</title>

    <segmentedlist>
      <segtitle>Installed Program</segtitle>
      <segtitle>Installed Library</segtitle>
      <segtitle>Installed Directories</segtitle>

      <seglistitem>
        <seg>
          soundstrech
        </seg>
        <seg>
          libSoundTouch.so
        </seg>
        <seg>
          /usr/include/soundtouch and
          /usr/share/doc/soundtouch-&soundtouch-version;
        </seg>
      </seglistitem>
    </segmentedlist>

    <variablelist>
      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
      <?dbfo list-presentation="list"?>
      <?dbhtml list-presentation="table"?>

      <varlistentry id="libSoundTouch">
        <term><filename class="libraryfile">libSoundTouch.so</filename></term>
        <listitem>
          <para>
            contains <application>SoundTouch</application> API functions.
          </para>
          <indexterm zone="soundtouch libSoundTouch">
            <primary sortas="c-libSoundTouch">libSoundTouch.so</primary>
          </indexterm>
        </listitem>
      </varlistentry>

    </variablelist>

  </sect2>

</sect1>
