Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

C# multithreading AMR decoder

fala701
Beginner
304 Views

Hi I am new for this place and also for using IPP.

I need to use IPP, in particular USC (sub library) for decoder AMR streaming. I need to use it into C# project and in multithreading mode. Is it possible ???

I seen the WBCodec sample C++ but it use a few USC obj files, and I not sure it is really multithreading code.

My first question is. Is possible to do multithreading AMR decoder in c# ?

Second. how ?

thanks

Stefano

0 Kudos
1 Reply
Vyacheslav_Baranniko
New Contributor II
304 Views

Hi Stefano

USC is C library andit does not provide C# interface. Of course, it is possible touse it inC# application, but you must thenwrap USC API into C#on your own.

Regarding USC multi-threading. Non of USC codecs is multi-threaded, the basic usage isfor each encoder/decoderruns inits own thread.

Best regard, Slava

IPP speech-coding

0 Kudos
Reply