From: "Laurent Hugueville" Newsgroups: comp.os.msdos.djgpp Subject: Re: .wav and Allegro Date: Tue, 12 Jun 2001 11:31:47 +0200 Organization: Universites Paris VI/Paris VII - France Lines: 29 Message-ID: <9g4nge$gnu$1@vishnu.jussieu.fr> References: <9g29ue$s17$1 AT vishnu DOT jussieu DOT fr> NNTP-Posting-Host: lena26.lena.chups.jussieu.fr Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: vishnu.jussieu.fr 992338254 17150 134.157.198.26 (12 Jun 2001 09:30:54 GMT) X-Complaints-To: Newsmaster AT jussieu DOT fr. NNTP-Posting-Date: 12 Jun 2001 09:30:54 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rudolf Polzer" a écrit dans le message news: itr2g9 DOT vi2 DOT ln AT durchnull DOT de... > Laurent Hugueville wrote: > > Hi! > > > > I try to use the Allegro library to play wav files. MS-DOS under win98. > > The quality of the sound is very poor... Do you have any idee why? > > What can I do to get it better? > > The allegro version supplied with djgpp (the latest 'stable' version) only > supports 8bit digital audio mixing. Try the latest WIP (work in progress) > version, it is stable (at least I never had any problems with it) and should > be of much better quality. > I use the 3.9.36 (WIP) version... Sound card SB 128 PCI Driver detected : Sound Blaster 16 sound very noisy! > -- > #!/usr/bin/perl -w -- sequences > $0=++$|;for(;;){print-length$0;$0=~s/(.)\1*/$1.length$&/ge;}print"\n";