home *** CD-ROM | disk | FTP | other *** search
/ Internet MPEG Audio Archive / IMAA.mdf / UTIL / DOS / BATCH / WAV2MP2.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-05-12  |  136 b   |  5 lines

  1. @echo off
  2. sox %1.wav -t .raw -r 44100 -c 1 -s -w c:\tmp\raw.tmp
  3. musicin -m m -b 96 -s 44.1 c:\tmp\raw.tmp %1.mp2
  4. del c:\tmp\raw.tmp
  5.