/
getWaveFormRecording
getWaveFormRecording
<description>
HTTP GET HTTP POST /ctreplay/getWaveFormRecording/:type/:id
Path Variables:
Name | Mandatory | Type | Description |
---|---|---|---|
type | YES | STRING | WaveForm response type. Can be json or dat. Dat is a binary format to produce smaller output. |
Authorization:
Type: bearer token (token returned by EasyCIM SSO).
Response:
Type: JSON or binary
Example:
Request
http://felixct7-ecas1.reiteklab.eu.rd.eilab.biz/ctreplay/getWaveFormRecording/json/asdasd
Response
{
"version": 2,
"channels": 2,
"sample_rate": 8000,
"samples_per_pixel": 256,
"bits": 16,
"length": 59322,
"data": [
-20,
16,
-865,
891,
-27,
26,
-4475,
4055,
-22,
....
]
}
, multiple selections available,
Related content
getRecording
getRecording
More like this
Download
Download
More like this
getSettings
getSettings
More like this
checkAudioFileIntegrity
checkAudioFileIntegrity
More like this
search
search
More like this
deleteRecordings
deleteRecordings
More like this