The response I get in G711 ulaw format, the correct thing to reproduce is to decode it to wav/ogg/mpeg? Is this correct?
if I get multiple responses in one response, is it good practice to remove the headers and add the entire body (raw byte data)?
The response I get in G711 ulaw format, the correct thing to reproduce is to decode it to wav/ogg/mpeg? Is this correct?
if I get multiple responses in one response, is it good practice to remove the headers and add the entire body (raw byte data)?
Hi Milestone Team! Have you been able to check this question from my collegue?
We are fighting with Two-Way audio integration since two weeks ago with no results from now. Could you please help us with that please?
Regards.
The format is unmodified what the camera delivers, so it might not always be G711. You can read what the format is in the header. Yes, you remove the header and have the raw data.