Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.13 KB

current_sound.md

File metadata and controls

41 lines (31 loc) · 1.13 KB

Current Sound

Retreives the current active voice and which is being installed.

Get Current Sound

Command

Key Value Comment
method "get_current_sound"
id id Random integer which is returned in the response used to link request and response.

Example

{
    "method": "get_current_sound",
    "id": 184
}

Response

Key Example Description
sid_in_use 3 Active voice (English = 3)
sid_in_progress 0 Voice in progress of being installed (0=none)

Example

{
    "result": [{
            "sid_in_use": 3,
            "sid_in_progress": 0
        }
    ],
    "id": 184
}