home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
sndbords
/
proaudio
/
pas_sdk1
/
pas
/
pcm
/
playtext.h
< prev
next >
Wrap
Text File
|
1992-09-14
|
4KB
|
172 lines
/*$Author: SHAO_M $*/
/*$Date: 14 Sep 1992 17:25:08 $*/
/*$Header: X:/sccs/pcmapps/playtext.h_v 1.0 14 Sep 1992 17:25:08 SHAO_M $*/
/*$Log: X:/sccs/pcmapps/playtext.h_v $
*
* Rev 1.0 14 Sep 1992 17:25:08 SHAO_M
* Initial revision.
*/
/*$Logfile: X:/sccs/pcmapps/playtext.h_v $*/
/*$Modtimes$*/
/*$Revision: 1.0 $*/
/*$Workfile: PLAYTEXT.H $*/
/*\
|*|----====< PLAYTEXT.H >====----
|*|
|*| Playback 8/16 bit PCM to disk in .WAV format
|*|
|*| Copyright (c) 1992, Media Vision, Inc. All rights reserved.
|*|
\*/
#define TXT_MSG1 "\aCannot setup the PCM software!\n"
#define TXT_MSG2 "Type ESC to stop playing, SPACE to pause playback.\n\n"
#define TXT_MSG3 "pcm playback paused..."
#define TXT_MSG4 "resumed\n"
#define TXT_MSG5 "pcm output paused..."
#define TXT_MSG6 "resumed\n"
#define TXT_MSG7 " To Use: DOS>PLAYFILE [FILE.xxx] [16] [Dx] [Ix] [Fx] [Rxxxx] [S] [Sxxx]\n\n"
#define TXT_MSG8 " Where: [FILE.WAV] is the .WAV file to be played.\n"
#define TXT_MSG9 " [FILE.VOC] is the .VOC file to be played.\n"
#define TXT_MSG10 " [16] Play 16 bit PCM.\n"
#define TXT_MSG11 " [Dx] sets the DMA channel # (1-7).\n"
#define TXT_MSG12 " [Ix] sets the IRQ channel # (3,5,7).\n"
#define TXT_MSG13 " [Fx] sets the filter (1-6)\n"
#define TXT_MSG14 " [M] turns on maximum memory useage.\n"
#define TXT_MSG15 " [Rxxxxx] a new sample rate speed.(6000 to 44100)\n"
#define TXT_MSG16 " [S] playback in stereo.\n"
#define TXT_MSG17 " [Sxxx] changes the playback speed by xxx percent (0 to 200)\n\n"
#define TXT_MSG18 " To Use: DOS>PLAYFILE [FILE.xxx] [Ix] [Rxxxx] [S] [Sxxx]\n\n"
#define TXT_MSG19 " Where: [FILE.WAV] is the .WAV file to be played.\n"
#define TXT_MSG20 " [FILE.VOC] is the .VOC file to be played.\n"
#define TXT_MSG21 " [Dx] sets the DMA channel # (0,1 or 3).\n"
#define TXT_MSG22 " [Ix] sets the IRQ channel # (2,3,5,7,10,11,12 or 15).\n"
#define TXT_MSG23 " [Ix] sets the IRQ channel # (2,3,5,7).\n"
#define TXT_MSG24 " [Rxxxxx] a new sample rate speed.(6000 to 22050)\n"
#define TXT_MSG25 " [S] playback in stereo.\n"
#define TXT_MSG26 " [Sxxx] changes the playback speed by xxx percent (0 to 200)\n\n"
#define TXT_MSG27 "Illegal .VOC data block encountered!\n"
#define TXT_MSG28 "\aBad File Name, \"%s\" Try Again!\n"
#define TXT_MSG29 "\aUnexpected EOF on input from .VOC File\n"
#define TXT_MSG30 "\aInvalid header in .VOC File\n"
#define TXT_MSG31 "\aUnknown header in the .WAV file! (should be 'WAVE')\n"
#define TXT_MSG32 "\aUnknown header in the .WAV file! (should be 'fmt ')\n"
#define TXT_MSG33 "\aUnknown header in the .WAV file! (should be 'data')\n"
#define TXT_MSG34 "Enter the sample rate: "
#define TXT_MSG35 "Enter 1 for mono, 2 for stereo :"
#define TXT_MSG36 "\aUnknown sample rate (rate = %d)\n"
#define TXT_MSG37 "\nSpectrum Sound PCM playback, version 2.03\n\n"
#define TXT_MSG38 "\nBoom Board PCM playback, version 2.02\n\n"
#define TXT_MSG39 "\nPro AudioSpectrum PCM playback, version 2.03\n"
#define TXT_MSG40 "\nThunder&Lightning PCM playback, version 2.02\n"
#define TXT_MSG41 "\nThunder Board PCM playback, version 2.02\n"
#define TXT_MSG42 "Copyright (c) 1991,1992 Media Vision, Inc. All Rights Reserved\n\n"
#define TXT_MSG43 "\aA Spectrum Sound card is not installed!\n\n"
#define TXT_MSG44 "\aA Pro AudioSpectrum card is not installed!\n\n"
#define TXT_MSG45 "\aA Boom Board audio card is not installed!\n\n"
#define TXT_MSG46 "\aA Thunder&Lightning audio card is not installed!\n\n"
#define TXT_MSG47 "\aA Thunder Board audio card is not installed!\n\n"