Show
Ignore:
Timestamp:
11/18/07 13:05:25 (1 year ago)
Author:
patrick
Message:

Without SPROC support, there is no way to use AudioWorks?. Beyond that,
AudioWorks? seems to have disappeared long ago.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/doc/INSTALL.xml

    r20738 r20929  
    636636                     <listitem> 
    637637                        <para>Audiere</para> 
    638                      </listitem> 
    639                   </itemizedlist> 
    640                </section> 
    641  
    642                <section> 
    643                   <title>Sonix AudioWorks Plug-in</title> 
    644  
    645                   <itemizedlist> 
    646                      <listitem> 
    647                         <para>Sonix</para> 
    648                      </listitem> 
    649  
    650                      <listitem> 
    651                         <para>AudioWorks</para> 
    652638                     </listitem> 
    653639                  </itemizedlist> 
     
    1012998               <para>By default, the configuration process will configure VR 
    1013999               Juggler and all of its dependencies. This includes Sonix, which 
    1014                is an interesting special case. Sonix can make use of Audiere, 
    1015                OpenAL, or AudioWorks to add sound to VR Juggler applications. 
    1016                If none of those packages is found, Sonix will <quote>stub 
    1017                out</quote> its sound APIs. This means that Sonix and the VR 
    1018                Juggler Sound Manager can still be used in applications, but no 
    1019                audio will be heard at run time. See <xref 
    1020                linkend="sonix.compile.section" /> for more information about 
    1021                how to configure Sonix to use Audiere, OpenAL, or 
    1022                AudioWorks.</para> 
     1000               is an interesting special case. Sonix can make use of Audiere 
     1001               or OpenAL to add sound to VR Juggler applications. If none of 
     1002               those packages is found, Sonix will <quote>stub out</quote> its 
     1003               sound APIs. This means that Sonix and the VR Juggler Sound 
     1004               Manager can still be used in applications, but no audio will be 
     1005               heard at run time. See <xref linkend="sonix.compile.section" /> 
     1006               for more information about how to configure Sonix to use 
     1007               Audiere or OpenAL.</para> 
    10231008 
    10241009               <para>For example uses of <command>configure.pl</command>, take 
     
    10901075 
    10911076            <para>Sonix wraps other audio subsystems such as OpenAL (<ulink 
    1092             url="http://www.openal.org/">www.openal.org</ulink>), Audiere 
    1093             (<ulink url="http://audiere.sf.net/">audiere.sf.net</ulink>), or 
    1094             AudioWorks (<ulink 
    1095             url="http://www.multigen.com/">multigen.com</ulink>). At least one 
    1096             of these packages must be installed for use by Sonix in order to 
    1097             hear sounds in VR Juggler applications. Once you have all the 
    1098             necessary source code and third-party package installations, add 
    1099             one or more of the following options to your 
     1077            url="http://www.openal.org/">www.openal.org</ulink>) or Audiere 
     1078            (<ulink url="http://audiere.sf.net/">audiere.sf.net</ulink>). At 
     1079            least one of these packages must be installed for use by Sonix in 
     1080            order to hear sounds in VR Juggler applications. Once you have all 
     1081            the necessary source code and third-party package installations, 
     1082            add one or more of the following options to your 
    11001083            <command>configure.pl</command> command line to enable the 
    11011084            appropriate audio subsystem:</para> 
     
    11171100                  <filename>/usr/local</filename>.</para> 
    11181101               </listitem> 
    1119  
    1120                <listitem> 
    1121                   <para><option>--enable-audioworks 
    1122                   --with-audioworks=&lt;AUDIOWORKS_PATH&gt;</option>: Enable 
    1123                   the use of AudioWorks and tell the build where AudioWorks is 
    1124                   installed. The default search path is 
    1125                   <filename>/usr</filename>.</para> 
    1126                </listitem> 
    11271102            </itemizedlist> 
    1128  
    1129             <note> 
    1130                <para>AudioWorks and OpenAL cannot be compiled together. They 
    1131                depend on mutually exclusive VPR threading subsystems. Warnings 
    1132                will be printed by the Sonix configure script indicating this 
    1133                fact. OpenAL and Audiere can be compiled together, 
    1134                however.</para> 
    1135             </note> 
    11361103         </section> 
    11371104