Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Pascal Форум Информер Страны мира
   Звуки и Музыка    >>    soundlib
   
 
 SoundLib 1.2 - SoundBlaster and Mixer Unit fot TP6-7   Stefan Goehler 09.11.1998

Звуковая библиотека для работы с 16-битным саундбластером. Автоматически инициализирует звуковую карту, работает через DMA. Позволяет не только воспроизводить, но и записывать звук, имеет встроенный микшер. Компилируется под BP7 в защищенном режиме.
SOUNDLIB Version 1.2 - SoundBlaster unit. The unit uses DMA-Autoinit, so there's no nasty clicking while playing or recording. This unit was programmed that way, that it could be easily used to play MODs without changing anything. So it's also possible to add an own recordpart or a scope.
Features:
 Downsampling on old SBs (e.g. play a 16 bit soundfile on a SB 2.0)
 Support for Protected Mode
 TP 6 support
 Works now with SB Live! SB16 Emulator
 Far better Stereo to Mono downsampling
 Support for 48 Khz playback and recording (Sb Live!)



74k 
 

my emailadress : stefan.goehler@gmx.de my homepage : sourcenet.home.pages.de SOUNDLIB.TXT Readme file for soundlib.pas Made on August 31th 1997 Last changes made on 9th November 1998 some shortcuts and other things: i.e. = in example sb16 means sb16 and higher A short description of the proggys you get with this unit: SOUNDEMO.PAS : A short, simple example how to play a soundfile -give the file to play as parameter 1 (VOC or WAV) SOUNDEM2.PAS : A more complex program to show how to use the features of the soundlib -give the file to play as parameter 1 (VOC or WAV) SOUNDEM3.PAS : A simple recorder. It records to the file TEST.WAV with CD-Quality until y