[pygame] SoundAnalyse

2008-09-09 Thread Nathan Whitehead
I would like to announce the release of SoundAnalyse, a small python library for analysing sound chunks. In particular it calculates the loudness of a sound chunk and does realtime pitch detection. The pitch detection guts are coded in a C function so it should be pretty fast even on slower

Re: [pygame] SoundAnalyse

2008-09-09 Thread James Mills
Hi Nathan, Well done! I'll be sure ot use this in my next singing game I write :) Though I have no idea if or when that'll be :) But job well done! I'm impressed. cheers James On Wed, Sep 10, 2008 at 6:49 AM, Nathan Whitehead [EMAIL PROTECTED] wrote: I would like to announce the release of

Re: [pygame] SoundAnalyse

2008-09-09 Thread Ron Dippold
Neat, I don't currently have an actual use for this right now but will certainly keep it in mind and I think stuff like this is just useful/fun/neat on its own existence. Something similar I've always wanted for pygame is a beat detector, which seems closely related. I'll definitely take a

Re: [pygame] SoundAnalyse

2008-09-09 Thread Nathan Whitehead
On Tue, Sep 9, 2008 at 3:31 PM, Ron Dippold [EMAIL PROTECTED] wrote: Neat, I don't currently have an actual use for this right now but will certainly keep it in mind and I think stuff like this is just useful/fun/neat on its own existence. Something similar I've always wanted for pygame is a