Show
Ignore:
Timestamp:
11/18/07 13:05:25 (10 months 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/INSTALL.txt

    r20738 r20929  
    498498 
    499499*  Audiere 
    500  
    501  
    502  
    503 Sonix AudioWorks Plug-in 
    504  
    505  
    506 *  Sonix 
    507  
    508 *  AudioWorks 
    509500 
    510501 
     
    759750 By default, the configuration process will configure VR Juggler and all of 
    760751 its dependencies. This includes Sonix, which is an interesting special 
    761  case. Sonix can make use of Audiere, OpenAL, or AudioWorks to add sound to 
    762  VR Juggler applications. If none of those packages is found, Sonix will 
    763  "stub out" its sound APIs. This means that Sonix and the VR Juggler Sound 
    764  Manager can still be used in applications, but no audio will be heard at 
    765  run time. See the section called "Sonix" for more information about how to 
    766  configure Sonix to use Audiere, OpenAL, or AudioWorks
     752 case. Sonix can make use of Audiere or OpenAL to add sound to VR Juggler 
     753 applications. If none of those packages is found, Sonix will "stub out" its 
     754 sound APIs. This means that Sonix and the VR Juggler Sound Manager can still 
     755 be used in applications, but no audio will be heard at run time. See the 
     756 section called "Sonix" for more information about how to configure Sonix to 
     757 use Audiere or OpenAL
    767758 
    768759 For example uses of configure.pl, take a look at the Wiki page relating to 
     
    818809Sonix 
    819810 
    820  Sonix wraps other audio subsystems such as OpenAL (www.openal.org), Audiere 
    821  (audiere.sf.net), or AudioWorks (multigen.com). At least one of these 
    822  packages must be installed for use by Sonix in order to hear sounds in VR 
    823  Juggler applications. Once you have all the necessary source code and 
    824  third-party package installations, add one or more of the following options 
    825  to your configure.pl command line to enable the appropriate audio 
    826  subsystem: 
     811 Sonix wraps other audio subsystems such as OpenAL (www.openal.org) or 
     812 Audiere (audiere.sf.net). At least one of these packages must be installed 
     813 for use by Sonix in order to hear sounds in VR Juggler applications. Once 
     814 you have all the necessary source code and third-party package 
     815 installations, add one or more of the following options to your 
     816 configure.pl command line to enable the appropriate audio subsystem: 
    827817 
    828818 
     
    835825   /usr/local. 
    836826 
    837 *  --enable-audioworks --with-audioworks=<AUDIOWORKS_PATH>: Enable the use 
    838    of AudioWorks and tell the build where AudioWorks is installed. The 
    839    default search path is /usr. 
    840  
    841  
    842  
    843 Note 
    844  
    845  AudioWorks and OpenAL cannot be compiled together. They depend on mutually 
    846  exclusive VPR threading subsystems. Warnings will be printed by the Sonix 
    847  configure script indicating this fact. OpenAL and Audiere can be compiled 
    848  together, however. 
    849827 
    850828