This command retreives the current active voice and which is being installed
Key | Value | Comment |
---|---|---|
method | get_current_sound |
|
id | [Integer] | is returned in the response used to link the send message to the response. |
{'id': 1, 'method': 'get_current_sound'}
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': 1}