From: Merlin Newsgroups: comp.os.msdos.djgpp Subject: misc. sound and music stuff Date: Sun, 05 Jan 1997 17:00:48 -0600 Organization: Flexnet Inc. (Houston, Tx) Lines: 11 Message-ID: <32D032A0.407E@flex.net> Reply-To: mrln AT flex DOT net NNTP-Posting-Host: host185.flex.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I am working on a project relying on redbook audio (playing a CD-ROM with audio tracks). How can I use MSCDEX to accomplish these tasks: playing a track and making it loop continuously, adjust the playback volume, pause a track that's currently playing, stopping a track's playback, and ejecting the disc? Second, I need some kind of library that can play 8 or 16-bit files (preferrably WAV) in the background for a game. This libraby needs to be able to access all the sound card's digital channels so, say, two or more sound effects can play at once. Also, it'd be nice if it could loop a sound effect continuously. - Merlin