Close the VSI Audio Server on exit. Returns: None
()
| 235 | |
| 236 | |
| 237 | def cleanup(): |
| 238 | """ |
| 239 | Close the VSI Audio Server on exit. |
| 240 | Returns: |
| 241 | None |
| 242 | """ |
| 243 | Audio.closeServer() |
| 244 | |
| 245 | |
| 246 | def init(address, authkey): |
nothing calls this directly
no test coverage detected