Both should work. Might be interesting to build both and compare performance. My guess is that fixed point might be slower, since float <--> int conversions are not fast in JS, so unless literally all math is fixed point, those conversions will be an issue.
On Wed, Jul 8, 2015 at 10:31 PM, Jeff Gonzales <[email protected]> wrote: > Hi everyone, > > I got a project I am trying to use with emscripten, namely the speex codec > from speex.org. The speex manual contains a few options for compiling > with floating point or fixed point support. Which should I choose when > using emconfigure, emmake, emcc, etc.? > > Thanks, > gb > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
