All Projects → CatalystCode → Speechtotext Websockets Java

CatalystCode / Speechtotext Websockets Java

Licence: mit
SDK & Sample to do speech recognition using websockets in Java

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Speechtotext Websockets Java

Watbot
An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Stars: ✭ 64 (+481.82%)
Mutual labels:  cognitive-services, speech-to-text
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (+1636.36%)
Mutual labels:  cognitive-services, websockets
web-speech-cognitive-services
Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
Stars: ✭ 35 (+218.18%)
Mutual labels:  speech-to-text, cognitive-services
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (+56409.09%)
Mutual labels:  speech-to-text
Nonocaptcha
An asynchronized Python library to automate solving ReCAPTCHA v2 using audio
Stars: ✭ 744 (+6663.64%)
Mutual labels:  speech-to-text
Azure Sdk For Java
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/en-us/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Stars: ✭ 834 (+7481.82%)
Mutual labels:  cognitive-services
Cadscenario personalisation
This is a end to end Personalisation business scenario
Stars: ✭ 10 (-9.09%)
Mutual labels:  cognitive-services
Gun
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Stars: ✭ 710 (+6354.55%)
Mutual labels:  websockets
Mr Realtime Translator
Real-time translation services in Mixed Reality. Core pieces to get audio from the mic in Unity and stream over a websocket to the Azure Translator API and process the responses - as you speak!
Stars: ✭ 22 (+100%)
Mutual labels:  cognitive-services
Supabase
The open source Firebase alternative. Follow to stay updated about our public Beta.
Stars: ✭ 25,142 (+228463.64%)
Mutual labels:  websockets
Starscream
Websockets in swift for iOS and OSX
Stars: ✭ 7,105 (+64490.91%)
Mutual labels:  websockets
Cpprestsdk
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Stars: ✭ 6,631 (+60181.82%)
Mutual labels:  websockets
Construct
JavaScript Digital Organisms simulator
Stars: ✭ 17 (+54.55%)
Mutual labels:  websockets
Eesen
The official repository of the Eesen project
Stars: ✭ 738 (+6609.09%)
Mutual labels:  speech-to-text
Erlach
☣⚫⚫ SPA Imageboad on WebSockets written on Erlang
Stars: ✭ 23 (+109.09%)
Mutual labels:  websockets
Springboot Learning
🚕 spring boot学习案例,方便spring boot 初学者快速掌握相关知识
Stars: ✭ 724 (+6481.82%)
Mutual labels:  websockets
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (+63.64%)
Mutual labels:  websockets
Kur
Descriptive Deep Learning
Stars: ✭ 811 (+7272.73%)
Mutual labels:  speech-to-text
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+59290.91%)
Mutual labels:  websockets
Spring Streaming
SPA on Spring Boot 1.x, WebSockets and React, gradle, nodejs, spring-boot, gradle multi project, spring-mvc, spring-data, gradle dependency update plugin, react-router
Stars: ✭ 6 (-45.45%)
Mutual labels:  websockets

There is now an official Java SDK for the Bing Speech to Text API so this repository is deprecated.


A Java implementation of the Bing Speech to Text API websocket protocol (supporting article).

Travis CI status

Usage example

Run a demo via:

# set up all the requisite environment variables
export OXFORD_SPEECH_TOKEN="..."

# stream the audio and transcribe
sbt "runMain SpeechToTextWebsocketsDemo examples/data/batman.wav"
sbt "runMain SpeechToTextWebsocketsDemo examples/data/hall.mp3"
sbt "runMain SpeechToTextWebsocketsDemo http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-einws en-US .mp3"

If you're consuming the library via Maven, make sure to also add the Tritonus (PCM audio conversion) jars to the classpath:

Release process

  1. Configure your credentials via the SONATYPE_USER and SONATYPE_PASSWORD environment variables.
  2. Update version.sbt
  3. Enter the SBT shell: sbt
  4. Run sonatypeOpen "enter staging description here"
  5. Run publishSigned
  6. Run sonatypeRelease

Other implementations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].