I am trying to use G711 codecs provided in DVSDK in our application.
I find that the codec is implemented using SPHENC calls and CE does not support this functionality like SPHENC_create and SPHENC_process call. These symbols are not present.
I checked the DMAI implementation but those use SPHENC1 layer instead of SPHENC layer. Why is this implemented in this way as the codec use SPHENC header files?
For ex: the SPHENC layer gives output bytes generated in seperate variable compared to SPHENC1 layer
Codec engine version i used is 2_24, is there any latest production version release of CE that i need to migrate if i want to use SPHENC calls?
Regards,
Raghu