Creating a DSP-side Codec Server requires codegen tools. You'll be
compiling and linking a DSP-side executable. Per your directed
questions...
I am going to build a new codec server without changing memory
map,so can i do it with dvevm software?
1. No. My understanding is that DVEVM doesn't include DSP-side
codegen, so you'll need the DVSDK.
how can use the both encodeCombo.x64 and decodeCombo.x64 in a
single application..
2. You can't load two different DSP images (aka Codec Servers) on the
DSP at the same time.
You'll have to generated a new DSP-side server, which will require the
DVSDK software.
Chris
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Ramachandran M
Sent: Sunday, February 04, 2007 11:07 PM
To: [email protected]
Subject: Creating New Codec Server With speech Encode and speech
Decodecapabalities
hi
I want to implement speech encoder and decoder in a single codec
combo...
But in dvevm encodeCombo.x64 and decodeCombo.x64 is there..But I
want both the capabalities together.
Has any one done already?
To Create a new server ,DVEVM is enough?
I have given below what i understood..Please guide me if i am
wrong.
1)In xdcpaths.mak file,we are giving only three parameters..
CE_INSTALL_DIR =
/home/common/dvevm_1_00_00_32/codec_engine_1_00
XDC_INSTALL_DIR = /home/common/dvevm_1_00_00_32/xdctools_1_20
BIOS_INSTALL_DIR = /home/common/dvevm_1_00_00_32/bios_5_21
We can download BIOS from dvevm itself..(With DVEVM
registration,we can download Bios also).
If we change the memory map then only we need code generation
toos..But we cant download code generation tools with DVDVM
Registration.
I am going to build a new codec server without changing memory
map,so can i do it with dvevm software?
2)If it is not possible with DVEVM,how can use the both
encodeCombo.x64 and decodeCombo.x64 in a single application..
In application configuration file ,we have to mention the codec
server name..
demoEngine.server = "./decodeCombo.x64P";
So how to use both the codecs?
Please provide me some solution.
thanks
Ram,
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source