2.0.1 • Published 3 months ago

@speaqr/javascript-sdk v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Speaqr JavaScript SDK

npm version

Speaqr Javascript SDK is a lightweight client to interact with the Speaqr API in real time. It allows you to handle events, send audio and text, and get translations or voice synthesis.

🔗 Web https://speaqr.ai


📑 Main features

  • Speech recognition (STT): Converts audio to text in real time.
  • Translation: Translates text or audio into several supported languages.
  • Speech synthesis (TTS): Generates audio from text in real time.
  • Speech recognition + translation + speech synthesis (STS) Generates translated audio from the audio heard in real time.
  • Real-time connection: Uses sockets for seamless communication with the api.
  • Compatibility: Compatible with browsers and Node.js environments.

📰 Requirements

  • A valid api key. You can get one here.

💻 Installation

Via npm:

npm install @speaqr/javascript-sdk

Via cdn

<script src="https://unpkg.com/@speaqr/javascript-sdk@latest/dist/sdk.min.js"></script>

Download files

📖 Documentation

The entire SDK and API are documented here.

🔧 Examples

The dist/examples folder contains examples of how to instantiate the SDK in different environments and several usage examples.

Please note that in order to run these examples you will need to have a valid API key, and you must change it in the variable const apiKey = 'xxxx'

🌐 License

This SDK is licensed under the MIT license. See the LICENSE.txt file for more details.

✉️ Support

If you have questions or need help, contact us here.

2.0.1

3 months ago

2.0.0

3 months ago

1.9.3

5 months ago

1.9.2

5 months ago

1.9.1

5 months ago

1.9.0

5 months ago

1.8.0

6 months ago

1.7.0

6 months ago

1.6.1

6 months ago

1.6.0

6 months ago

1.4.0

6 months ago

1.3.0

6 months ago

1.2.0

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago