Skip to content

Commit a6729cc

Browse files
authored
Add initialize function
1 parent e7bc5a3 commit a6729cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vvclient/http.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ async def engine_version(self) -> str:
5656

5757
async def core_versions(self) -> List[str]:
5858
return await self.request(Route("GET", "/core_versions"))
59+
60+
async def initialize_speaker(self, params: Dict[str, Union[str, int]) -> None:
61+
return await self.request(Route("GET", "/initialize_speaker"), params=params)

0 commit comments

Comments
 (0)