Metadata-Version: 2.1
Name: seavoice-sdk-test
Version: 2.0.2
Summary: SeaVoice SDK: Client for Seasalt speech recognition and speech synthesis.
Author: Seasalt.ai
Author-email: info@seasalt.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets==10.3

# SeaVoice SDK V2

Please contact info@seasalt.ai if you have any questions.

## Speech-to-Text Example:

### Prerequisites
You will need a SeaVoice speech service account to run this example. Please contact info@seasalt.ai and apply for it.

### Install and import
To install SeaVoice SDK:

```pip install seavoice-sdk-test```

To import SeaVoice SDK:

```from seavoice_sdk as SpeechRecognizer```


### Recognition
In the example below, we show how to recognize speech from an audio file. You can also apply recognition to an audio stream.
