Displaying 2 results from an estimated 2 matches for "_dll_".
Did you mean:
_all_
2005 Oct 14
4
performance speex on ARM
hi,
i have searched through the archives but did not manage
to find benchmarks of encoding/decoding speex on ARM
processor. esp interested in ARM9E. understand that ARM5E
has some dsp-like instructions, wonder whether they are compatible
with those in ARM9E.
thanks in advance.
tk
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Oct 16
0
Static linking without C runtime dependence?
...r interactive latency ... and incorporate a speech sample
retransmission protocol so that the receiver can ask the sender to resend
any lost speech samples ... thus saving a guaranteed-perfect recording of
the interview to disk.
Anyway ... to my question ...
I have built and tested the v1.1.10 _DLL_, but I would prefer to statically
link a Speex .OBJ to my application. The trouble with doing that is that I
am writing the application in Assembler (my preferred implementation
language), so I don't have a C runtime around for things like malloc ...
which the statically-linked code appare...