From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_40,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,185269b4f718d64f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-26 14:10:10 PST Path: supernews.google.com!sn-xit-03!supernews.com!newsfeed.wirehub.nl!newspeer1.nac.net!netnews.com!europa.netcrusader.net!208.184.7.66!newsfeed.skycache.com!Cidera!newshub.ip.pt!newsserver.ip.pt.POSTED!not-for-mail From: Antonio F. Vargas Subject: [ANNOUNCE] binding to multi-channel audio mixer Newsgroups: comp.lang.ada Reply-To: antonio.vargas@clix.pt User-Agent: KNode/0.4beta4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Mon, 26 Feb 2001 21:07:33 +0000 NNTP-Posting-Host: 195.23.222.8 X-Trace: newsserver.ip.pt 983225230 195.23.222.8 (Mon, 26 Feb 2001 22:07:10 WET) NNTP-Posting-Date: Mon, 26 Feb 2001 22:07:10 WET Xref: supernews.google.com comp.lang.ada:5547 Date: 2001-02-26T21:07:33+00:00 List-Id: Hi Thin Ada binding to SDL_mixer + (sample programs ported to Ada) "playmus" and "playwave". Adapted from the original SDL_mixer README file: Due to popular demand, here is a simple multi-channel audio mixer. It supports 8 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3 libraries. See the spec. file SDL_mixer.ads and the examples playwave.adb and playmus.adb for documentation on the binding to this mixer library. The mixer can currently load Microsoft WAVE files as audio samples and can load MIDI files via Timidity and the following music formats via MikMod: .MOD .S3M .IT .XM. It can also load MP3 music using the SMPEG library. for example -> playmus mysong.mp3 The binding was tested under Linux (TM) and Windows (TM) Have fun :) Please send feedback. ------------------------- Antonio Ferreira Vargas http://www.adapower.net/~avargas mailto: avargas@adapower.net -------------------------