Topic: wav cutter for playback by DigiCheck needed

I'm looking desperately for a program that can
1. Cut the 192 kHz wav files resulting from recordings with DigiCheck
2. Writes the files in a manner that DigiCheck can understand and play back

Adobe Audition files cannot be read by DigiCheck (5.32). I only
need to shorten the files, no other processing needed.

Any hint is much appreciated.
Regards, Klaus

Re: wav cutter for playback by DigiCheck needed

Using sox by now. It does all that is needed. DigiCheck apparently expects non standard wav, see below.
The example command is what produces a file DigiCheck accepts. No further comment. Klaus

----------------------------------------------------

Unfortunately, there are 2 variants of the WAV-file standard for such files: an unofficial one, and the official one from Microsoft. SoX can read such files regardless of which standard they conform to, but some applications can cope with only one of the two variants. By default, SoX creates such files according to the official standard; to create such a wav file that conforms to the unofficial standard, `-t wavpcm' must be given before the name of the output file, e.g.

sox infile.any -t wavpcm outfile.wav trim 0 120