Re: [Flashcoders] A fast FFT in Flash?

2010-08-02 Thread Gerry Beauregard
On 2010-08-03  , at 06:07 , Patrick Matte wrote:
> Maybe check this http://blog.inspirit.ru/?p=405

Hey Patrick, thanks for the link (to Eugene Zatepyakin's "Fast Fourier 
Transform for Flash"). It looks like an interesting implementation, but it uses 
Alchemy. I've been reading up more on Alchemy, and according to Adobe it's 
pre-release, and they advise that it "not be used to generate code for use in 
production". In any case, the Alchemy APIs make passing arbitrary data to/from 
the FFT a bit clunky, e.g. passing a Vector of Numbers requires conversion to a 
ByteArray first.

For what it's worth, I've posted my pure-AS3 FFT implementation here:
http://gerrybeauregard.wordpress.com/



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] A fast FFT in Flash?

2010-08-02 Thread Patrick Matte
Maybe check this http://blog.inspirit.ru/?p=405



> From: Gerry Beauregard 
> Reply-To: Flash Coders List 
> Date: Mon, 2 Aug 2010 09:59:05 +0800
> To: Flash Coders List 
> Subject: [Flashcoders] A fast FFT in Flash?
> 
> 
> Does anyone know of a really good, fast FFT implementation in AS3?
> 
> I write a lot of audio signal processing code in AS3, and some of it uses FFTs
> (Fast Fourier Transforms) which can be pretty CPU intensive.  I have my own
> AS3 FFT which is pretty good (about 15x faster than the one in as3mathlib),
> but is nonetheless ~7x slower than my own C++ FFT on which I based my AS3
> version, and over 20x slower than highly optimized native FFT implementations
> (e.g. the one in Intel IPP).
> 
> I've looked into Alchemy, but unfortunately it doesn't appear to have any
> efficient means to pass Vectors of Numbers :-(   I've come across a few blogs
> where people discuss the possibility of doing FFTs with PixelBender, but I
> haven't found any implementations yet.
> 
> -Gerry Beauregard
> 
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



This e-mail is intended only for the named person or entity to which it is 
addressed and contains valuable 
business information that is proprietary, privileged, confidential and/or 
otherwise protected from disclosure.

If you received this e-mail in error, any review, use, dissemination, 
distribution or copying of this e-mail 
is strictly prohibited. Please notify us immediately of the error via e-mail to 
disclai...@tbwachiat.com and 
please delete the e-mail from your system, retaining no copies in any media. We 
appreciate your cooperation.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


SOLVED: RE: [Flashcoders] % glyph not displaying

2010-08-02 Thread Mendelsohn, Michael
Hi Jason!  Thanks for responding, just this moment, I figured it out:
The % sign needed to be URL encoded for it to be properly passed through via 
the flashvars.

http://www.kirupa.com/forum/showthread.php?t=328548


- Michael M.


> How exactly did you embed the font in the .swf and what glyph sets did
you select when you did?  

Jason Merrill


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] % glyph not displaying

2010-08-02 Thread Taka Kojima
Try explicitly adding the "%" to the "Include these characters" field.

On Mon, Aug 2, 2010 at 12:30 PM, Merrill, Jason <
jason.merr...@bankofamerica.com> wrote:

> How exactly did you embed the font in the .swf and what glyph sets did
> you select when you did?
>
>
> Jason Merrill
>
> Instructional Technology Architect
> Bank of America   Global Learning
>
> Join the Bank of America Flash Platform Community  and visit our
> Instructional Technology Design Blog
> (Note: these resources are only available for Bank of America
> associates)
>
>
>
>
>
>
> -Original Message-
> From: flashcoders-boun...@chattyfig.figleaf.com
> [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
> Mendelsohn, Michael
> Sent: Monday, August 02, 2010 3:28 PM
> To: Flash Coders List
> Subject: [Flashcoders] % glyph not displaying
>
> Hi list...
>
> I've embedded Times New Roman in a swf and I'm populating a TextField
> via flashvars set in that embedded Times font.  The % glyph isn't
> displaying.  No matter what type of entity I include in the flashvar
> string (\u0025 or &37; or %), the percent sign isn't showing up.  In
> Windows Character Map, the % sign is obviously part of the character
> set. Am I missing something?
>
> Perplexed,
> - Michael M.
>
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] % glyph not displaying

2010-08-02 Thread Mendelsohn, Michael
Hi list...

I've embedded Times New Roman in a swf and I'm populating a TextField via 
flashvars set in that embedded Times font.  The % glyph isn't displaying.  No 
matter what type of entity I include in the flashvar string (\u0025 or &37; or 
%), the percent sign isn't showing up.  In Windows Character Map, the % 
sign is obviously part of the character set. Am I missing something?

Perplexed,
- Michael M.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] % glyph not displaying

2010-08-02 Thread Merrill, Jason
How exactly did you embed the font in the .swf and what glyph sets did
you select when you did?  


Jason Merrill 

Instructional Technology Architect
Bank of America   Global Learning 

Join the Bank of America Flash Platform Community  and visit our
Instructional Technology Design Blog
(Note: these resources are only available for Bank of America
associates)






-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of
Mendelsohn, Michael
Sent: Monday, August 02, 2010 3:28 PM
To: Flash Coders List
Subject: [Flashcoders] % glyph not displaying

Hi list...

I've embedded Times New Roman in a swf and I'm populating a TextField
via flashvars set in that embedded Times font.  The % glyph isn't
displaying.  No matter what type of entity I include in the flashvar
string (\u0025 or &37; or %), the percent sign isn't showing up.  In
Windows Character Map, the % sign is obviously part of the character
set. Am I missing something?

Perplexed,
- Michael M.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders