Две программы для работы с 16-битным саунд-бластером,демонстрирующие возможность оцифровки и записи звука,и дальнейшего его воспроизведения. This code records and plays 16-bit sound on a Sound Blaster 16using auto-initialized DMA. It uses XMS to buffer the data toavoid re-entrancy problems with disk writes inside of an interrupthandler. Both Turbo Pascal real mode and Borland C real modesource code is included.