/*$Author:   DCODY  $*/
/*$Date:   18 Sep 1992 08:48:20  $*/
/*$Header:   X:/sccs/pcmapps/rectext.h_v   1.1   18 Sep 1992 08:48:20   DCODY  $*/
/*$Log:   X:/sccs/pcmapps/rectext.h_v  $
 * 
 *    Rev 1.1   18 Sep 1992 08:48:20   DCODY
 * added description to the '+' extension to the 'M' switch
 * 
 *    Rev 1.0   14 Sep 1992 17:25:10   SHAO_M
 * Initial revision.
*/
/*$Logfile:   X:/sccs/pcmapps/rectext.h_v  $*/
/*$Modtimes$*/
/*$Revision:   1.1  $*/
/*$Workfile:   rectext.h  $*/

    /*\
    |*|----====< RECTEXT.H >====----
    |*|
    |*| Record 8 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 recording, SPACE to pause..\n\n"
#define TXT_MSG3    "pcm recording paused..."
#define TXT_MSG4    "resumed\n"
#define TXT_MSG5    "\aInvalid sample rate: %s\nDefaulting to 11025kzh"
#define TXT_MSG6    "\aSample rate is too high!\n"
#define TXT_MSG7    "\aSample rate is too high for a .VOC!\n"
#define TXT_MSG8    "Bad sample rate...\n"
#define TXT_MSG9    "Cannot open the file...\n"
#define TXT_MSG10   "Cannot start the PCM engine...\n"
#define TXT_MSG11   "Out of memory...\n"
#define TXT_MSG12   "Bad DMA channel selection...\n"
#define TXT_MSG13   "Bad IRQ channel selection...\n"
#define TXT_MSG14   "The output file is full or blocked...\n"
#define TXT_MSG15   "Try using the '-M' switch when recording.\n"
#define TXT_MSG16   "\aCannot open the output file: \"%s\" Try Again!\n"
#define TXT_MSG17   "   To Use:  DOS>RECFILE [FILE.xxx] [Rxx] [16] [Dx] [Fx] [Ix] [S] [Vxxx] [V+xxx]\n\n"
#define TXT_MSG18   "   Where:   [FILE.WAV] to record into the .WAV format.\n"
#define TXT_MSG19   "            [FILE.VOC] to record into the .VOC format.\n"
#define TXT_MSG20   "            [16]       Record 16 bit PCM.\n"
#define TXT_MSG21   "            [Dx]       sets the DMA channel # (1-7).\n"
#define TXT_MSG22   "            [Ix]       sets the IRQ channel # (3,5,7).\n"
#define TXT_MSG23   "            [Fx]       is a filter setting: 1-6.\n"
#define TXT_MSG24   "            [M{+}]     turns on maximum memory useage.\n                       '+' to use larger DMA blocks.\n"
#define TXT_MSG25   "            [Rxxxxx]   is the sample rate.(6000 to 44100)\n"
#define TXT_MSG26   "            [S]        is for Stereo sampling.\n"
#define TXT_MSG27   "            [Vxxx]     record only Voice activated levels.\n"
#define TXT_MSG28   "            [V+xxx]    record all when Voice activated at threshold.\n\n"
#define TXT_MSG29   "   To Use:  DOS>RECFILE [FILE.xxx] [C] [Ix] [Rxx] [Vxxx] [V+xxx]\n\n"
#define TXT_MSG30   "   Where:   [FILE.WAV] record into the .WAV format.\n"
#define TXT_MSG31   "            [FILE.VOC] record into the .VOC format.\n"
#define TXT_MSG32   "            [C]        record with 2-to-1 compression.\n"
#define TXT_MSG33   "            [Dx]       sets the DMA channel # (0,1 or 3).\n"
#define TXT_MSG34   "            [Ix]       sets the IRQ channel # (2,3,5,7,10,11,12 or 15).\n"
#define TXT_MSG35   "            [Ix]       sets the IRQ channel # (2,3,5,7).\n"
#define TXT_MSG36   "            [M{+}]     turns on maximum memory useage.\n                       '+' to use larger DMA blocks.\n"
#define TXT_MSG37   "            [Rxxxxx]   is the sample rate.(6000 to 22050)\n"
#define TXT_MSG38   "            [Vxxx]     record only Voice activated levels.\n"
#define TXT_MSG39   "            [V+xxx]    record all when Voice activated at threshold.\n\n"
#define TXT_MSG40   "\a.WAV files do not support compression!\n"
#define TXT_MSG41   "\%s already exists. Over write it? (y/n) "
#define TXT_MSG42   "\aCannot open the output file: \"%s\" Try Again!\n"
#define TXT_MSG43   "\nSpectrum Sound PCM record, version 2.05\n\n"
#define TXT_MSG44   "\aA Spectrum Sound card is not installed!\n\n"
#define TXT_MSG45   "\nBoom Board PCM record, version 2.02\n\n"
#define TXT_MSG46   "\aA Boom Board audio card is not installed!\n\n"
#define TXT_MSG47   "\nPro AudioSpectrum PCM record, version 2.05\n"
#define TXT_MSG48   "Copyright (c) 1991, Media Vision, Inc. All Rights Reserved\n\n"
#define TXT_MSG49   "\aA Pro AudioSpectrum card is not installed!\n\n"
#define TXT_MSG50   "\nThunder&Lightning PCM record, version 2.02\n"
#define TXT_MSG51   "\nThunder Board PCM record, version 2.02\n"
#define TXT_MSG52   "Copyright (c) 1991, Media Vision, Inc. All Rights Reserved\n\n"
#define TXT_MSG53   "\aA Thunder&Lightning audio card is not installed!\n\n"
#define TXT_MSG54   "\aA Thunder Board audio card is not installed!\n\n"
						

















































































