pkgsrc/audio/nas/PLIST.clients

194 lines
9.5 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST.clients,v 1.8 2007/03/24 13:45:05 markd Exp $
bin/auconvert
bin/auctl
bin/audemo
bin/audial
bin/auedit
bin/auinfo
bin/aupanel
Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5: - corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04 03:31:55 +02:00
bin/auphone
bin/auplay
bin/aurecord
bin/autool
bin/auwave
Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5: - corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04 03:31:55 +02:00
bin/checkmail
bin/issndfile
bin/playbucket
Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5: - corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04 03:31:55 +02:00
bin/soundtoh
include/audio/8svx.h
include/audio/Afuncproto.h
include/audio/Afuncs.h
include/audio/Alibint.h
include/audio/Alibnet.h
include/audio/Amd.h
include/audio/Aos.h
include/audio/Aosdefs.h
include/audio/Aproto.h
include/audio/Astreams.h
include/audio/Xtutil.h
include/audio/aiff.h
include/audio/audio.h
include/audio/audiolib.h
include/audio/audioutil.h
include/audio/fileutil.h
Update of nas to 1.6. pkgsrc changes: PKG_SYSCONFised. changes: bug fixes and ... 1.5h 10/12/2002 - Added SoundFileGetProc() to get access to the toSound and fromSound Procs in _SoundFileInfo[]. Needed for xemacs. - Added AudioLibraryVersionMajor, AudioLibraryVersionMinor, and AudioLibraryVersionTeeny to audiolib.h. Somewhat more informative than just the old AudioLibraryVersion which was set a '2'. The older AudioLibraryVersion define is still there however. 1.5g 10/7/2002 - changed inputsection defaults in nasd.conf.eg to 44.1Khz, 2 channel 16b sound. outputsection also defaults to 44.1Khz now, instead of 33Khz. - began some CC ANSI'fication of libaudio. 1.5f 8/26/2002 7/20/2002 - added cygwinArchitecture to the server Imakefile so auvoxware will be built on cygwin systems. - Removed the SoundFileInfo[] array in sound.h so cygwin would be happy. Apps should not have been accessing that array directly anyways. Added the following new functions to sound.c (that used to be macros in sound.h): SoundFileFormatString, SoundValidDataFormat, SoundFileFormatToString, SoundFileFormatToAbbrev, SoundFileFormatToSuffixes Assuming your code did not attempt to directly access SoundFileInfo[], no changes should be required. libaudio.so revision bumped to 2.3 - re-added back the Xtutils stuff, as some of the demos did in fact require it. cygwin has a problem with implicitly defined functions anyway. 7/9/2002 - rename dia/nasconfig.* to dia/nasconf.* to avoid name collision with NasConfig.h on windows systems. 1.5e 7/7/2002 - added patch from Nicolas Escuder that adds support for Windows operating systems using Cygwin. Even the NAS server is now supported. There are still issues with building regarding Imake, but once I can get more information, I'll fix those up. Read the README.CYGWIN file in the nas/ directory for instructions. I will provide a link on the nas-links page to precompiled windows binaries for libaudio.dll, nasd, and some clients - provided by Nicolas. - based on idea from Nicolas, added background (-b) mode to nasd, to force it to run in the background. Actually, he supplied a patch, but I just redid it to work properly with unix systems. - added NAS_AUDIOMSGFILE in config/NasConfig.h to specify where audio messages are stored (ADMPATH in os/osinit.c). 1.5d 6/1/2002 - added .ps -> .pdf conversions in doc/pdf/ - added html versions of man pages in doc/html/ 1.5c 3/27/2002 - removed Xtutil[hc] from libaudio and removed references to Xtutil.h in the clients. Suggestion by Paul Fox. 1.5b 3/16/2002 - added patch from Marco Molteni to add a '-local' option to nasd. Specifying this option allows only local clients to connect. - moved allow_any_host into the NasConfig struct. Along with the new '-local' option. 1.5a 2/23/2002 - more STARTSERVER fixes - there was still one case where when STARTSERVER was defined, nasd could be called with the wrong display number due to a bug in _AuConnectServer. - changed LEX/YACC DEBUG token to CDEBUG to avoid conflicts when building nas with '-DDEBUG' - DEFAULT_AUSERVER is now ":0" rather than "tcp/localhost:8000". A local socket connection will startup faster than a tcp connection. - mutex.h - corrected unixware 7.x build problem (XMUTEX_INITIALIZER) in mutex.h - added same check for sun/solaris boxes - got rid of XUSE_MTSAFE_API - now controlled by NAS_USEMTSAFEAPI defined in config/NasConfig.h If you think you are having mutex problems, you can edit config/NasConfig.h and '#undef' NAS_USEMTSAFEAPI, then rebuild everthing. This will turn off threadsafety in libaudio. - added new option, 'gain', to config file in the input/output sections. This sets the default gains when nasd starts up (if MixerInit is enabled). Only in voxware for now.
2002-11-28 12:40:45 +01:00
include/audio/mutex.h
include/audio/release.h
Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5: - corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04 03:31:55 +02:00
include/audio/snd.h
include/audio/sound.h
include/audio/soundlib.h
include/audio/voc.h
include/audio/wave.h
lib/X11/AuErrorDB
lib/libaudio.a
lib/libaudio.so
lib/libaudio.so.2
lib/libaudio.so.2.4
${IMAKE_MAN_DIR}/auconvert.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auctl.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/audemo.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/audial.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auedit.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auinfo.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/aupanel.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auphone.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auplay.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/aurecord.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/autool.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/auwave.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/checkmail.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/issndfile.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/nas.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/playbucket.${IMAKE_MANNEWSUFFIX}
${IMAKE_MAN_DIR}/soundtoh.${IMAKE_MANNEWSUFFIX}
${IMAKE_LIBMAN_DIR}/AuAnyEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuBucketAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuCloseServer.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuConvertDataToShort.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuConvertShortToData.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuCreateBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuCreateFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDataFormats.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDataTypes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDefineToFormat.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDestroyBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDestroyFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDeviceAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuDispatchEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuElement.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuElementNotifyEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuElementParameters.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuElementState.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuErrorEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuEventsQueued.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFileFormats.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointFractionalAddend.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointFromFraction.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointFromSum.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointIntegralAddend.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointRoundDown.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFixedPointRoundUp.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFlush.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFormatToDefine.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFormatToString.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFreeBucketAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFreeDeviceAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFreeElementStates.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuFreeElements.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetBucketAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetCloseDownMode.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetDeviceAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetElementParameters.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetElementStates.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetElements.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetErrorDatabaseText.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetErrorText.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetScratchFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetScratchFlowFromBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetScratchFlowToBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGetServerTime.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuGrabNotifyEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuHandleEvents.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuIDOfEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuInputTrack.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuKillClient.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuListBuckets.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuListDevices.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuLookupEventHandler.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeChangeStateAction.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementAddConstant.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementBundle.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementExportBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementExportClient.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementExportDevice.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementExportMonitor.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementImportBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementImportClient.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementImportDevice.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementImportWaveForm.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementMultiplyConstant.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementState.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeElementSum.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeInputTrack.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeNoopAction.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMakeSendNotifyAction.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMonitorDevice.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuMonitorNotifyEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuNextEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuOpenServer.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuPauseFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuReadElement.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuRegisterEventHandler.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuReleaseScratchFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuRequeueEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuScanEvents.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuScanForTypedEvent.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuServer.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuServerName.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetBucketAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetCloseDownMode.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetDeviceAttributes.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetElementParameters.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetElementStates.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetElements.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetErrorHandler.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetIOErrorHandler.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSetString.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundCreateBucketFromData.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundCreateBucketFromFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundCreateDataFromBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundCreateFileFromBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundPlay.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundPlayFromBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundPlayFromData.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundPlayFromFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundPlaySynchronousFromFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundRecord.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundRecordToBucket.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundRecordToData.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundRecordToFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSoundRecordToFileN.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuStartFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuStopFlow.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuStringToFormat.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuStringToWaveForm.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSync.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuSynchronize.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuUnregisterEventHandler.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuWaveFormToString.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/AuWriteElement.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/Sound.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundAbbrevToFileFormat.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundCloseFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundCreate.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundFlushFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundOpenFileForReading.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundOpenFileForWriting.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundReadFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundRewindFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundSeekFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundStringToFileFormat.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundTellFile.${IMAKE_LIBMAN_SUFFIX}
${IMAKE_LIBMAN_DIR}/SoundWriteFile.${IMAKE_LIBMAN_SUFFIX}
Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5: - corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04 03:31:55 +02:00
@dirrm include/audio