Displaying 2 results from an estimated 2 matches for "hungriest".
Did you mean:
hungrier
2004 Aug 06
0
speed and memory
...ght not be used optimally is more likely the case. More often then not
reducing memory use increases processor use. Although is you feel like
doing some profiling of the code and find where the problem is, I wouild
be glad to improve things.
As far as processor is concerned. Speex is not the hungriest of
codecs out ther, but it is a CELP codec and therefore more advanced and
processor intensive then older codecs such as GSM or ADPCM. It's doing
quite a bit of signal processing. The code in Java is running in a
virtual machine so it's not going to perform as well as native C. I
haven...
2004 Aug 06
2
speed and memory
hello,
i switched to use the encoder.processData() and
encoder.getProcessedData() of jspeex. however it looks to me like a
memory leak ... memory usage is increasing very fast and there is no
visible stop ... after about five minutes java.lang.OutOfMemory occurs.
I think it must be the jspeex component, because before i added jspeex
to my app usage was constant at about 5mb.
is it possible