Retreives the current active voice and which is being installed.
Key | Value | Comment |
---|---|---|
method | "get_current_sound" |
|
id | id |
Random integer which is returned in the response used to link request and response. |
{
"method": "get_current_sound",
"id": 184
}
Key | Example | Description |
---|---|---|
sid_in_use |
3 | Active voice (English = 3) |
sid_in_progress |
0 | Voice in progress of being installed (0=none) |
{
"result": [{
"sid_in_use": 3,
"sid_in_progress": 0
}
],
"id": 184
}