October 13th 1996 Play.exe & record.exe are the two apps I used to test the recording capabilities of the current GUS drivers as well as Alaw, Ulaw & ADPCM support. Since the standard OS/2 digital audio app is quite limited I thought you might like those two little apps to test the limits of your GUS Max, PnP or Interwave card. Both are very basic. Record saves the recording settings right in the beginning of the data file and saves every buffer it gets from DART to this file. Play reads the recording settings and plays the following audio data. The source of the two apps is included in the Source directory. Enjoy, Sander PS: To use play & record you'll need the DART dlls. (if you're not using OS/2 Warp 4) They can be downloaded from the Ultimate SoundPage: http://wvnvaxa.wvnet.edu/~hrieke/us.html ******************** Command line syntax of record ***************************** Incorrect command line syntax. Usage: RECORD [/options] filename /16 - 16 bits playback /f:xxxxx - frequency (2000hz up to 48000 hz) /b:xxxxx - buffersize in bytes /u - uLaw (8 bits) /a - aLaw (8 bits) /d - IMA ADPCM hardware compression (16 bits; 4:1) /m - mono /h - displays this text filename - output filename Defaults: 44100 hz PCM (uncompressed) 8 bits stereo recording 8192 bytes buffer Record from Line In (change with UltiMIX) ********************** Command line syntax of play ***************************** Incorrect command line syntax. Usage: PLAY [/options] filename /h - displays this text /b:xxxxx - buffersize in bytes (default 8192 bytes)