Skip to content

v0.2.4

Compare
Choose a tag to compare
@glennrfisher glennrfisher released this 31 Mar 22:19
· 2370 commits to master since this release

This release fixes build errors caused by changes made to the most recent version of Starscream. In particular, several function signatures were modified, causing the inheritance of SpeechToTextWebSocket from WebSocket to break. These signatures have been updated so that the SDK successfully builds.

In addition, we have removed non-existing library search paths that were producing build warnings.

Related PRs: #223, #224