[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [pygame] numpy sound array support now available
- To: pygame-users@xxxxxxxx
- Subject: Re: [pygame] numpy sound array support now available
- From: "René Dudfield" <renesd@xxxxxxxxx>
- Date: Sun, 27 Jan 2008 13:00:07 +1100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: pygame-users-outgoing@xxxxxxxx
- Delivered-to: pygame-users@xxxxxxxx
- Delivery-date: Sat, 26 Jan 2008 21:00:16 -0500
- 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=gxut90vlH4+iHzTc3fiZPGGziKT9LSkuu37ffgt3Dfc=; b=IWEvcbksfPDh3tBo/GBIFL1ExJAAG7rMU5yy4bSMBv373b0kOH6rpRtSeGtBOPSethQxWS1gg+5DHh1SowV34/tv82OxKYv+Wwz6VnTgjzgISHFfk9lTlov3UPKwoUtiDrnOVqk1fFCCyHM5KOr+SFmjewWkEaPkdo+vZII1AXs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bXmKb3YAyEBxN+HtOYk0Vb3anCEOHMgR2f9IjJYRs99hnhxx0LyhbrSa79+ptvhAyzFfIvoGO65cYKG4bEnTbQCIAPvp/7iHBPUBej2OSLQlCZ5HnFOG5Cnm2yshkuGznmRizOZaMXRJTgc15WXcG/+4C0DTj6EH12Qlt+EpIAk=
- In-reply-to: <20080126222733.GB1011@xxxxxxxxxxxxxxxxxxx>
- References: <20080126220752.GA1011@xxxxxxxxxxxxxxxxxxx> <20080126222733.GB1011@xxxxxxxxxxxxxxxxxxx>
- Reply-to: pygame-users@xxxxxxxx
- Sender: owner-pygame-users@xxxxxxxx
Nice work!
I think the only main remaining thing to do now is the osx pygame.scrap module.
... then lots of testing, and the release.
On Jan 27, 2008 9:27 AM, Marcus von Appen <mva@xxxxxxxxxxxx> wrote:
> On, Sat Jan 26, 2008, Marcus von Appen wrote:
>
> [...]
>
> I forgot to mention that with this step, pygame.Sound () now accepts
> arbitrary buffer objects to create sounds from. As stated in the docs as
> well, it creates a local copy from the buffer contents for the sound.
>
> Regards
> Marcus
>