Ignore:
Timestamp:
05/30/2005 09:50:09 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
abf7c00
Parents:
00c8453
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4514 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
multimedia/audioutils
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/audioutils.xml

    r00c8453 re204bf91  
    1313  <para>This chapter contains programs involved with audio file
    1414  manipulation; that is to say playing, recording, ripping and the other
    15   common things which people want to do. It also includes a package used 
    16   to render text to speech using your system's audio hardware. To use much 
    17   of this software, you will need to have the kernel sound drivers 
     15  common things which people want to do. It also includes a package used
     16  to render text to speech using your system's audio hardware. To use much
     17  of this software, you will need to have the kernel sound drivers
    1818  installed.</para>
    1919
  • multimedia/audioutils/cdparanoia.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to CDParanoia</title>
    3131
    32     <para>The <application>CDParanoia</application> package contains a CD 
     32    <para>The <application>CDParanoia</application> package contains a CD
    3333    audio exraction tool. This is useful for extracting <filename>.wav</filename>
    34     files from audio CDs.  A CDDA capable CDROM drive is needed. 
     34    files from audio CDs.  A CDDA capable CDROM drive is needed.
    3535    Practically all drives supported by Linux can be used.</para>
    3636
     
    6060    <itemizedlist spacing='compact'>
    6161      <listitem>
    62         <para>Required Patch: <ulink 
     62        <para>Required Patch: <ulink
    6363        url="&patch-root;/cdparanoia-III-alpha9.8-includes-1.patch"/></para>
    6464      </listitem>
    6565      <listitem>
    66         <para>Required Patch: <ulink 
     66        <para>Required Patch: <ulink
    6767        url="&patch-root;/cdparanoia-III-alpha9.8-gcc34-1.patch"/></para>
    6868      </listitem>
     
    7474    <title>Installation of CDParanoia</title>
    7575
    76     <para>Install <application>CDParanoia</application> by running the following 
     76    <para>Install <application>CDParanoia</application> by running the following
    7777    commands:</para>
    7878
     
    126126        <term><command>cdparanoia</command></term>
    127127        <listitem>
    128           <para>is used for 'ripping' an audio-cd. Ripping is the process of 
     128          <para>is used for 'ripping' an audio-cd. Ripping is the process of
    129129          digitally extracting music from an audio-cd.</para>
    130130          <indexterm zone="cdparanoia cdparanoia-prog">
     
    137137        <term><filename class='libraryfile'>libcdda_interface.[so,a]</filename></term>
    138138        <listitem>
    139           <para>contains functions used by <command>cdparanoia</command>, as 
    140           well as other packages, which can automatically identify if a 
     139          <para>contains functions used by <command>cdparanoia</command>, as
     140          well as other packages, which can automatically identify if a
    141141          CD device is CDDA compatible.</para>
    142142          <indexterm zone="cdparanoia libcdda_interface">
     
    149149        <term><filename class='libraryfile'>libcdda_paranoia.[so,a]</filename></term>
    150150        <listitem>
    151           <para>contains functions used by <command>cdparanoia</command>, as 
    152           well as other packages, which provide data verification, synchronization, 
     151          <para>contains functions used by <command>cdparanoia</command>, as
     152          well as other packages, which provide data verification, synchronization,
    153153          error handling and scratch reconstruction capability.</para>
    154154          <indexterm zone="cdparanoia libcdda_paranoia">
  • multimedia/audioutils/freetts.xml

    r00c8453 re204bf91  
    3535    <title>Introduction to FreeTTS</title>
    3636
    37     <para>The <application>FreeTTS</application> package contains a speech 
     37    <para>The <application>FreeTTS</application> package contains a speech
    3838    synthesis system written entirely in the <application>Java</application>
    39     programming language. It is based upon 
    40     <ulink url="http://www.cmuflite.org/">Flite</ulink>: a small run-time 
    41     speech synthesis engine developed at Carnegie Mellon University. 
    42     <application>Flite</application> is derived from the 
     39    programming language. It is based upon
     40    <ulink url="http://www.cmuflite.org/">Flite</ulink>: a small run-time
     41    speech synthesis engine developed at Carnegie Mellon University.
     42    <application>Flite</application> is derived from the
    4343    <ulink url="http://www.cstr.ed.ac.uk/projects/festival/">Festival</ulink>
    44     Speech Synthesis System from the University of Edinburgh and the 
    45     <ulink url ="http://festvox.org/">FestVox</ulink> project from Carnegie 
    46     Mellon University. The <application>FreeTTS</application> package is used 
     44    Speech Synthesis System from the University of Edinburgh and the
     45    <ulink url ="http://festvox.org/">FestVox</ulink> project from Carnegie
     46    Mellon University. The <application>FreeTTS</application> package is used
    4747    to convert text to audible speech through the system audio hardware.</para>
    4848
     
    8585
    8686    <bridgehead renderas="sect4">Required</bridgehead>
    87     <para><xref linkend="apache-ant"/> (and 
     87    <para><xref linkend="apache-ant"/> (and
    8888    <ulink url="http://www.junit.org/">JUnit</ulink>
    89     to run the test suite), 
     89    to run the test suite),
    9090    <xref linkend="unzip"/> and working audio hardware/software.</para>
    9191
     
    9595    <title>Installation of FreeTTS</title>
    9696
    97     <para>The <application>FreeTTS</application> package is distributed in 
    98     ZIP format and the <command>unzip</command> command will default to 
    99     creating an unused source directory. Additionally, 
    100     <command>unzip</command>ping the test suite file will prompt for questions 
    101     about overwriting existing files. Use the following commands to 
     97    <para>The <application>FreeTTS</application> package is distributed in
     98    ZIP format and the <command>unzip</command> command will default to
     99    creating an unused source directory. Additionally,
     100    <command>unzip</command>ping the test suite file will prompt for questions
     101    about overwriting existing files. Use the following commands to
    102102    <command>unzip</command> the source files:</para>
    103103
     
    106106    -x {META-INF/*,freetts-&freetts-version;/{acknowledgments.txt,license.terms}}</userinput></screen>
    107107
    108     <para>Install <application>FreeTTS</application> by running the following 
     108    <para>Install <application>FreeTTS</application> by running the following
    109109    commands:</para>
    110110
     
    131131ln -v -s freetts-&freetts-version; /opt/freetts</userinput></screen>
    132132
    133     <para>Optionally, install any or all of the additional 
    134     <application>FreeTTS</application> components using the following 
    135     commands as the <systemitem class="username">root</systemitem> user 
     133    <para>Optionally, install any or all of the additional
     134    <application>FreeTTS</application> components using the following
     135    commands as the <systemitem class="username">root</systemitem> user
    136136    (see the Command Explanations section for details):</para>
    137137
     
    147147    <title>Command Explanations</title>
    148148
    149     <para><command>yes | sh jsapi.sh</command>: This command installs the 
    150     <application>Java Speech API</application> into the 
     149    <para><command>yes | sh jsapi.sh</command>: This command installs the
     150    <application>Java Speech API</application> into the
    151151    <application>FreeTTS</application> source tree. <command>yes</command>
    152152    is piped so that this command can be scripted and will automatically
    153153    agree to the JSAPI license terms. You can view the license you are
    154     agreeing to at 
     154    agreeing to at
    155155    <ulink url="http://linuxfromscratch.org/~randy/jsapi-license.txt"/>.</para>
    156156
    157157    <para><command>ant</command>: <application>FreeTTS</application> uses the
    158     <application>Apache Ant</application> build system instead of the GNU 
     158    <application>Apache Ant</application> build system instead of the GNU
    159159    <application>autotools</application>. This commands builds everything,
    160160    including the class libraries, tools and demos.</para>
     
    162162    <para><command>cp -v -R bin ...</command>;
    163163    <command>install -v -m644 speech.properties</command>: These two commands
    164     install the demonstration programs. Optionally copy the 
    165     <filename>speech.properties</filename> file to 
    166     <filename>~/speech.properties</filename> if you don't want to make it 
     164    install the demonstration programs. Optionally copy the
     165    <filename>speech.properties</filename> file to
     166    <filename>~/speech.properties</filename> if you don't want to make it
    167167    available system-wide.</para>
    168168
    169169    <para><command>cp -v -R tools ...</command>: This installs the voice data
    170     import utilities. See the <filename>README.html</filename> files in the 
    171     <filename class='directory'>tools/</filename> subdirectories for 
     170    import utilities. See the <filename>README.html</filename> files in the
     171    <filename class='directory'>tools/</filename> subdirectories for
    172172    information and instructions about using the tools.</para>
    173173
    174     <para><command>cp -v -R mbrola ...</command>: This installs the 
    175     <filename class='libraryfile'>mbrola.jar</filename> file, required if you 
    176     use the <ulink 
     174    <para><command>cp -v -R mbrola ...</command>: This installs the
     175    <filename class='libraryfile'>mbrola.jar</filename> file, required if you
     176    use the <ulink
    177177    url="http://freetts.sourceforge.net/mbrola/README.html">MBROLA</ulink>
    178178    voices.</para>
    179179
    180     <para><command>cp -v -R demo ...</command>: This installs the sources 
     180    <para><command>cp -v -R demo ...</command>: This installs the sources
    181181    and documentation for the demonstration programs.</para>
    182182
    183     <para>For additional information and documentation about the 
    184     <application>FreeTTS</application> project, visit the main web page at 
     183    <para>For additional information and documentation about the
     184    <application>FreeTTS</application> project, visit the main web page at
    185185    <ulink url="http://freetts.sourceforge.net"/>.</para>
    186186
     
    195195    -text "This is a test of the FreeTTS speech synthesis system"</userinput></screen>
    196196
    197     <para>Depending on the setup of your audio drivers and software, you 
     197    <para>Depending on the setup of your audio drivers and software, you
    198198    may have to add the <option>-streaming</option> switch to the command
    199199    as shown below:</para>
     
    227227        <term><filename class='libraryfile'>*.jar </filename></term>
    228228        <listitem>
    229           <para>contains the class libraries which make up the 
     229          <para>contains the class libraries which make up the
    230230          <application>FreeTTS</application> speech synthesis system.</para>
    231231        </listitem>
  • multimedia/audioutils/lame.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to LAME</title>
    3131
    32     <para>The <application>LAME</application> package contains 
    33     an MP3 encoder and optionally, an MP3 frame analyzer. This is useful 
     32    <para>The <application>LAME</application> package contains
     33    an MP3 encoder and optionally, an MP3 frame analyzer. This is useful
    3434    for creating and analyzing compressed audio files.</para>
    3535
     
    5959
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    61     <para><xref linkend="GTK"/>, 
    62     <xref linkend="NASM"/>, 
    63     <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>, 
    64     <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and 
     61    <para><xref linkend="GTK"/>,
     62    <xref linkend="NASM"/>,
     63    <ulink url="http://www.mega-nerd.com/libsndfile/">libsndfile</ulink>,
     64    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink> and
    6565    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    6666
     
    7070    <title>Installation of LAME</title>
    7171
    72     <para>Install <application>LAME</application> by running 
     72    <para>Install <application>LAME</application> by running
    7373    the following commands:</para>
    7474
     
    8787    <title>Command Explanations</title>
    8888
    89     <para><parameter>--enable-mp3rtp</parameter>: Builds the 
     89    <para><parameter>--enable-mp3rtp</parameter>: Builds the
    9090    encode-to-RTP program.</para>
    9191
     
    119119        <term><command>lame</command></term>
    120120        <listitem>
    121           <para>creates MP3 audio files from raw 
     121          <para>creates MP3 audio files from raw
    122122          PCM or <filename>.wav</filename> data.</para>
    123123          <indexterm zone="lame lame-prog">
     
    140140        <term><command>mp3x</command></term>
    141141        <listitem>
    142           <para>is a <application>GTK</application> based graphical MP3 
    143           frame analyzer used for debugging, development and studying MP3 
     142          <para>is a <application>GTK</application> based graphical MP3
     143          frame analyzer used for debugging, development and studying MP3
    144144          frames produced by any encoder.</para>
    145145          <indexterm zone="lame mp3x">
     
    152152        <term><filename class='libraryfile'>libmp3lame.[so,a]</filename></term>
    153153        <listitem>
    154           <para>libraries provide the functions necessary to convert 
     154          <para>libraries provide the functions necessary to convert
    155155          raw PCM and WAV files to MP3 files.</para>
    156156          <indexterm zone="lame libmp3lame">
  • multimedia/audioutils/mpg123.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to Mpg123</title>
    3131
    32     <para>The <application>mpg123</application> package contains a 
     32    <para>The <application>mpg123</application> package contains a
    3333    console-based MP3 player. It claims to be the fastest MP3 decoder for Unix.</para>
    3434
     
    6565    <title>Installation of Mpg123</title>
    6666
    67     <para>Install <application>mpg123</application> by running the following 
     67    <para>Install <application>mpg123</application> by running the following
    6868    commands:</para>
    6969
  • multimedia/audioutils/vorbistools.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to Vorbis Tools</title>
    3131
    32     <para>The <application>Vorbis Tools</application> package contains 
    33     command-line tools for Ogg audio files.  This is useful for encoding, 
     32    <para>The <application>Vorbis Tools</application> package contains
     33    command-line tools for Ogg audio files.  This is useful for encoding,
    3434    playing or editing files using the Ogg CODEC.</para>
    3535
     
    6161    <para><xref linkend="libvorbis"/></para>
    6262
    63     <bridgehead renderas="sect4">Recommended (Required to Build the 
     63    <bridgehead renderas="sect4">Recommended (Required to Build the
    6464    'ogg123' Program)</bridgehead>
    6565    <para><xref linkend="curl"/> and <xref linkend="libao"/></para>
     
    7373    <title>Installation of Vorbis Tools</title>
    7474
    75     <para>Install <application>Vorbis Tools</application> by running the following 
     75    <para>Install <application>Vorbis Tools</application> by running the following
    7676    commands:</para>
    7777
     
    9191      <title>Config Files</title>
    9292
    93       <para><filename>/etc/libao.conf</filename>, 
     93      <para><filename>/etc/libao.conf</filename>,
    9494      <filename>~/.libao</filename>, and
    9595      <filename>~/.ogg123rc</filename></para>
     
    112112      <title>Configuration Information</title>
    113113
    114       <para>Issue <command>man libao.conf</command> for information 
    115       about setting the default output device. Also see 
     114      <para>Issue <command>man libao.conf</command> for information
     115      about setting the default output device. Also see
    116116      <filename>/usr/share/doc/vorbis-tools-1.0.1/ogg123rc-example</filename>.</para>
    117117
     
    153153        <term><command>oggdec</command></term>
    154154        <listitem>
    155           <para>is a simple decoder which converts Ogg Vorbis files into 
     155          <para>is a simple decoder which converts Ogg Vorbis files into
    156156          PCM audio files (WAV or raw).</para>
    157157          <indexterm zone="vorbistools oggdec">
     
    164164        <term><command>oggenc</command></term>
    165165        <listitem>
    166           <para>is an encoder that turns raw, WAV or 
     166          <para>is an encoder that turns raw, WAV or
    167167          AIFF files into an Ogg Vorbis stream.</para>
    168168          <indexterm zone="vorbistools oggenc">
     
    195195        <term><command>vorbiscomment</command></term>
    196196        <listitem>
    197           <para>is an editor that changes information in the audio file 
     197          <para>is an editor that changes information in the audio file
    198198          metadata tags.</para>
    199199          <indexterm zone="vorbistools vorbiscomment">
  • multimedia/audioutils/xmms.xml

    r00c8453 re204bf91  
    3030    <title>Introduction to XMMS</title>
    3131
    32     <para><application>XMMS</application> is an audio player 
     32    <para><application>XMMS</application> is an audio player
    3333    for the <application>X Window System</application>.</para>
    3434
     
    6161
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    63     <para><xref linkend="alsa"/>, 
    64     <xref linkend="esound"/>, 
    65     <xref linkend="libogg"/>, 
    66     <xref linkend="libvorbis"/> and 
     63    <para><xref linkend="alsa"/>,
     64    <xref linkend="esound"/>,
     65    <xref linkend="libogg"/>,
     66    <xref linkend="libvorbis"/> and
    6767    <xref linkend="libmikmod"/></para>
    6868
     
    7272    <title>Installation of XMMS</title>
    7373
    74     <para>Install <application>XMMS</application> by running 
     74    <para>Install <application>XMMS</application> by running
    7575    the following commands:</para>
    7676
     
    103103      <title>Configuration Information</title>
    104104
    105       <para>When you start <command>xmms</command> for the first time, you can 
    106       configure it with <keycap>CTRL+P</keycap>. Note that you can extend 
    107       <application>XMMS</application>' functionality with plugins and skins. 
     105      <para>When you start <command>xmms</command> for the first time, you can
     106      configure it with <keycap>CTRL+P</keycap>. Note that you can extend
     107      <application>XMMS</application>' functionality with plugins and skins.
    108108      You can find these at <ulink url="http://xmms.org"/>.</para>
    109109
     
    122122      <seglistitem>
    123123        <seg>xmms, xmms-config, and wmxmms</seg>
    124         <seg>libxmms.[so,a] and numerous input, output, effects, and general 
     124        <seg>libxmms.[so,a] and numerous input, output, effects, and general
    125125        plugins</seg>
    126126        <seg>/usr/include/xmms, /usr/lib/xmms, and /usr/share/xmms</seg>
     
    136136        <term><command>xmms</command></term>
    137137        <listitem>
    138           <para> (an acronym for X MultiMedia System) is a program comparable 
    139           in function with <application>WinAMP</application>. Its main function is 
    140           playing audio files like WAV and MP3. It can be extended with plugins to 
    141           play a number of other audio or video formats. Its look can be customized with 
     138          <para> (an acronym for X MultiMedia System) is a program comparable
     139          in function with <application>WinAMP</application>. Its main function is
     140          playing audio files like WAV and MP3. It can be extended with plugins to
     141          play a number of other audio or video formats. Its look can be customized with
    142142          <application>WinAMP</application> style skins.</para>
    143143          <indexterm zone="xmms xmms-prog">
     
    149149        <term><command>xmms-config</command></term>
    150150        <listitem>
    151           <para>is used by other programs which need to link with 
     151          <para>is used by other programs which need to link with
    152152          <command>xmms</command> to retrieve the library and include paths.</para>
    153153          <indexterm zone="xmms xmms-config">
     
    161161        <listitem>
    162162          <para>is a dock applet for the <application>Window Maker</application>
    163           window manager. From the applet you 
     163          window manager. From the applet you
    164164          can start and control <command>xmms</command>.</para>
    165165          <indexterm zone="xmms wmxmms">
     
    172172        <term><filename class='libraryfile'>libxmms.[so,a]</filename></term>
    173173        <listitem>
    174           <para>contains graphics and playback functions used by 
    175           <command>xmms</command>. These functions can also be utilized by other 
     174          <para>contains graphics and playback functions used by
     175          <command>xmms</command>. These functions can also be utilized by other
    176176          packages.</para>
    177177          <indexterm zone="xmms libxmms">
Note: See TracChangeset for help on using the changeset viewer.