Re: [flexcoders] Re: Changing the speed of sound?

2010-02-25 Thread Nick Middleweek
Thanks James, I'll have a read of that link. Where did you get the java code from? Cheers, nick On 25 February 2010 00:27, jamesfin james.alan.finni...@gmail.com wrote: Hi Nick, This will get ugly quickly as this isn't as easy as it sounds, pardon the pun. ;) You need to do some

RE: [flexcoders] Re: Changing the speed of sound?

2010-02-25 Thread Keith Reinfeld
] On Behalf Of Nick Middleweek Sent: Thursday, February 25, 2010 2:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Changing the speed of sound? Thanks James, I'll have a read of that link. Where did you get the java code from? Cheers, nick On 25 February 2010 00:27, jamesfin

[flexcoders] Re: Changing the speed of sound?

2010-02-24 Thread jamesfin
Hi Nick, This will get ugly quickly as this isn't as easy as it sounds, pardon the pun. ;) You need to do some pitch-shifting to the audio stream before sending it along to play. Here's a good discussion on it http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/ Here's a