Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Исходники Форум Информер Страны мира
   Звуки и Музыка    >>    sbvox
   
 
 SBVox - VOC Sound Library for Sound Blaster   Ethan Brodsky 28.10.1994

Библиотека для проигрывания VOC файлов на Sound Blaster с использованием звукового драйвера CT-Voice. Понимает файлы размером более, чем 64K.
This version supercedes all other SBVox and SBVoice libraries written by Ethan Brodsky. It is improved and supports VOC files that are larger than 64k and allows you to link the CT-VOICE driver into your executable.



9k 
 

SBVOX Ethan Brodsky ericbrodsky@psl.wisc.edu Last Updade: 10/18/94 This code is released into the public domain. You can do anything you want with it, but please give me credit. If you make improvements or discover a bug, please send it to me. This code incorporates nice features from many SBVoice libraries(Also known as CTVoice and VoxTool) with some of my own ideas. The basic procedure for using this library is shown in the VOCPLAY and RECPLAY example programs. This version supercedes all other SBVox and SBVoice libraries written by me. It is improved and supports VOC files that are larger than 64k and allows you to link the CT-VOICE driver into your executable. If you want to do this, make sure that CT-VOICE.DRV is in the current directory and that BINOBJ (Comes with TP) is in your search path, and run SETUP.BAT. After you have CT-VOICE.OBJ, $DEFINE LinkDriver in this unit and modify your program accordingly. This may not be a good idea if you want your program to support different versions of the Sound Blaster sound card (The CT-VOICE driver is not compatible between sound cards) Good luck, and please tell me how you have used this library, Ethan Brodsky