[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[pygame] SWMixer released
- To: pygame-users@xxxxxxxx
- Subject: [pygame] SWMixer released
- From: "Nathan Whitehead" <nwhitehe@xxxxxxxxx>
- Date: Tue, 15 Jul 2008 21:08:05 -0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Wed, 16 Jul 2008 00:08:11 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=HBebdNcUjGqm0R3KeOZRdM1EaJxAPCx43rce7Fe4a54=; b=FmkkTMVlLCHhAm8KGWnRkh99DI6lU9k/kqmWnZzFCp5I3EfdzXf9TA4w040R0qS1Rp 4aLDwGXKZNoX7pcnrMFu/C21o4lByATLsrdNNAC8Ym3xkwizuEN+Gg7iQGkZ0J/nVCWy sggh4uqFdZsWUf6ThMNSz+zFFb/CQD1IytOCM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=HLxVUZX/iKMKF7cyolZgBwbCtZfZRpOTTRJZOwQ52wSy5cqbXfJg+oAzu+ev+NQ3DV +RUO9WXZW8AilM9MR9HtHYE6uBmhop8Wk1L1Dd2L8rGk6Hgtm6kWYDgDhlhj5EKVOnVZ TRxb6js8X9JJwLUdwNSvlaD1GMyyyaKzw4CMQ=
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
I would like to announce the release of SWMixer, an advanced software
mixer for sound playback and recording. It is written entirely in
python. It uses NumPy array operations for fast performance and
PyAudio for audio playback and recording.
At the moment it is fairly untested. It works well on my computer
using a couple test WAV files I have created. Please test it out to
see if it works for you with acceptable performance. PyAudio is
cross-platform, so SWMixer should theoretically run on all major
platforms.
Grab SWMixer at:
http://pypi.python.org/pypi/SWMixer
The README file explains how it works a bit more and shows some
examples of how to use it, including using swmixer with pygame. Look
at the README file here:
http://code.google.com/p/pygalaxy/wiki/SWMixer
Let me know how it goes and what you think.
--
Nathan Whitehead