Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Get information about core queues with the GET_QUEUE_INFO command  Playback of the dial tone. The START_TONE and STOP_TONE commands Next page


To play the audio archive of a specified microphone for a specified period using a specific Speaker object, execute a command like

SPEAKER|{id}|START_PLAY_TIME|speaker_id<>,mic_id<>,time_start<>,time_end<>,cam_id<>

Examples:

SPEAKER|1|START_PLAY_TIME|speaker_id<1>,mic_id<2>,time_start<28-02-20 14:23:24.092>,time_end<28-02-20 14:23:27.092>

SPEAKER|1|START_PLAY_TIME|speaker_id<1>,mic_id<2>,time_start<02-03-20 12:01:24.092>,time_end<02-03-20 12:04:27.092>,cam_id<1>

If camera ID cam_id<> is specified, the audio archive recorded synchronously with the video archive (i.e. from the VIDEO folder) will be played. If the cam_id<> parameter is not specified, then the archive from the AUDIO folder is played.

speaker_id<> – identifier of the Speaker object

mic_id<>  identifier of the Microphone object

time_start<>  start time of the audio archive segment

time_end<>  end time of the audio archive segment

  • No labels