View Single Post
Old 02-22-2007, 08:03 AM   #25
LOSER
Human being with feelings
 
Join Date: May 2006
Posts: 2,373
Default

Quote:
Originally Posted by Billoon View Post
Hey LOSER,

Was wondering if the dither could be ported to JS so it can take full advantage of the 64bit signal path?
Uhmm.. I moded the JS:bitred to have all functionality off my dither, but some parts aren't portable (or I don't want to, who knows), so the random numbers (especially those of the gaussian noise) differe between the versions. I, however, don't think 64-bit is needed for dithering it gets reduced in resolution anyway and the error introduced from 64 to 32 bit float is way less than it is from e.g. 64f to 32int compared to 32f to 32 int (IMO).

P.S. I'm gonna search for a trustfull person to code me a GUI, or maybe try one of those plug-in wrappers or save as formats to make a GUI (as a kludge till a proper solution is found).

Edit: Remove .txt from attachment etc...
Edit: Modified code a bit more ....

Last edited by LOSER; 04-04-2007 at 01:48 AM.
LOSER is offline   Reply With Quote