Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE32712C3@probe-2.Acclaim-Euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Need HELP with Animation,Sound Playback + Speech Recog. Date: Tue, 10 Nov 1998 11:55:05 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Sidders AT btinternet DOT com writes: > The project will involve the playback of MPEG video. I have > managed to get hold of large complicated documents about its > format, and limited source code which deals with limited MPEG > playback. However, I need complete,non limited source code or > information on MPEG playback. There is an MPEG animation player on http://members.xoom.com/adderd/. This is an addon for the Allegro library, so you will need that as well. > As above, but with the AVI file format. I understand there > are copyright restrictions on this format? I don't know anything about AVI's, sorry. My gut reaction would be to stay away from them (I don't like closed, proprietary formats, especially when they are owned by Microsoft :-) but if you really need to read these files, an AltaVista search turns up loads of information including http://www.rahul.net/jfm/avi.html. > I have an ESS Audiodrive 16bit soundcard, however my sound player > routines will only play back 22khz or lower sounds. The Audiodrive only emulates the SB-Pro 8 bit interface, so you need to support it to get 16 bit output or higher sample rates. Recent WIP versions of the Allegro library (see http://www.talula.demon.co.uk/allegro/wip.html) include a native ESS driver. > I also need information and/or source code which compares two wave > files and gives an output value which represents the chances of the > the two wave files being the same word. This is way outside my area of expertise, but I can tell you now that it won't be an easy task! Good luck: you will need it :-) Shawn Hargreaves.