This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Could anyone give me some hints about 2-WAY AUDIO ON dm385

Other Parts Discussed in Thread: DM385

 Now I am facing an problem.

I got a appro's DM385  ipc , and ipncrdk version 3.5, 

my target is make 2-way audio . but I only can hear the sound from the ipc,  when i speak to the mic connected to my pc, the ipc cannot speak it out from the 3.5 jack.

I wanna konw:

1.if the ipncrdk of dm385 already support 2-way audio?

2.if it not supported yet, if the current webgui support sending audio to ipc

  • Hi,

          I don't know about DM385 IPNC. What I know is about DM365 IPNC on some 3.0 version. There it supports only a fixed audio wav file played on client pc (as audio server) to the IPNC (audio client).Not for mic input streaming. And that too is documented well. Check your docs for the 2 way audio.

    Thanks and Regards

    Faizel K B

  • Hi Faizel K B

        Thank you very much for your reply.

        I find some hints, and share for all,

        the ipncrdk with 385 donnot support 2-way audio, only support  1-way(from ipc device to pc), 

       and the web-gui of dm385 with lower version than dm36x, 385--2.1   dm36x-2.2;

       the web-gui and activeX donnot with the function  that capture audio from pc.

      so if I wanna make 2-way audio, I must add source code to activeX and ipncrdk, 

        Is that right??



    And about " There it supports only a fixed audio wav file played on client pc (as audio server) to the IPNC (audio client)" ,    I readed the docs about web and activeX, I cannot find information about  how to do "a fixed audio wav file played on client pc (as audio server) to the IPNC (audio client)" ,I only find the alarm wav on ipc filesystem, you means the ipc can speak out an audio that saved on pc ? would you  please give me more hints about this.



    Neo Guan

  • Hi,

      "you means the ipc can speak out an audio that saved on pc ? would you  please give me more hints about this."

    Yes it can play the audio saved on the pc. Check the application design guide in the docs. (below is a snapshot from the docs.

    Regards

    Faizel 

  • Thank you very much , I will try it now.

    Best wishes.