Speech-to-text from a LIVE stream [closed] - live

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have a Java application and I want to transcribe, not a file, but a LIVE stream(rtmp:// or m3u8) that is being served by Wowza.
Is that possible?
Thank you
PS: I'm willing to pay any of those cloud services that offer audio transcription, but the ones I've seen don't seem to have this functionality.

There are a few options!
Google has one that is in beta, but seems very promising! Their documentation is a little light at this point but here is a good github example. https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/speech
and their documention on it:
https://cloud.google.com/java/
The other option is IBM's Bluemix:
https://github.com/watson-developer-cloud/text-to-speech-java
Best of luck! If you end up trying out both I would love to have an update on which one you felt worked best!
EDIT Another useful link: Stream audio from mic to IBM Watson SpeechToText Web service using Java SDK while it doesn't interface with Wowza, this might be a good place to start for IBM.

Related

Codename One Pubnub alternatives CN1lib [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am looking for Pubnub alternatives in Codename One for real time communication. Are there available cn1libs for Pusher for example? If there is not one, is it possible to write a cn1lib using the existing Android and iOS libraries for Pusher?
I really like pubnub and it has a pretty generous free tier but these sort of discussions are discouraged on stackoverflow so I'll answer the question of "Is it possible to write a cn1lib using the existing Android/iOS libraries of an SDK?"
Yes. We even have a tutorial on doing this in the developer guide here. Steve also made some videos covering the subject here.
We have not explicitly tried our Ably realtime client libraries with Codename One, however they are built with portable Java and should therefore work. We are a very appealing alternative to PubNub and Pusher.
Matt, co-founder of Ably: simply better realtime

Streaming music developer service? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.

Alternative self hosted solution for google apps (mainly document/spreadsheet)? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
As titled, I'm finding for a software can be installed on my own server, to replace for google apps.
I'm open to commercial solution, the point is I want to keep the data on my own server.
Any advice is appreciated
Okie doke. This is actually pretty challenging -- you're asking for online editing, which is very cloud-oriented, but using a private server. If all you wanted was file services, then you'd have a lot of options -- OwnCloud.org is a personal favorite, but there are a bunch.
If you really want to be able to edit online but save to a private server, SharePoint comes to mind first. Alfresco and its ilk are also out there, but that's enterprise-oriented. There are theoretically some ways to use OpenOffice programs in a browser (see also this) but I've never seen them in action.
Hope that gets you started. Good luck.

Where to find a complete "hello world" example/tutorial for XBMC addon development? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'd like to start studying xmbc plugin development.
I read official documents, but I'm asking you if there are some resource taking a really step-by-step into an hello-world example.
I google for very long time yesterday and today but I'm not able to have a full picture of the development process.
I'm looking for detailed information about:
directory structure
creating the simplest GUI for an hello world (no alert, a Window)
code with explanations
creating a zip
installing via repository
...
The best resources I can point to is:
http://wiki.xbmc.org/index.php?title=Add-on_development
It provides a lot of information which should be good for your first steps.
And of course the forum is a goog place to gather information:
http://forum.xbmc.org/forumdisplay.php?fid=26
I'm from the Kodi/XBMC team and have just updated the Hello World tutorial on our wiki:
http://kodi.wiki/view/HOW-TO:HelloWorld_addon
Its a work in progress but hopefully should be a good starting point for anyone writing an add-on.
We have other tutorials as well on our main developers page:
http://kodi.wiki/view/Add-on_development

Chat API - Similar service like TokBox but for text-based chat? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I find tokbox is a great service for video chat. But is there any other similar service for text-based chat, that provides api, so that i can manage my own users and chat participants.
Thanks
In another SO question somebody recommended http://www.phpfreechat.net/ but I've no experience of using the service.
As ever Google is your friend and once you know of a service such as PHP Free Chat you can do a related search and get some other options.
You could also build a chat solution using Pusher, who I work for. We offer a number of publisher libraries and client libraries in different technologies including JavaScript. We offer presence functionality that makes building chat forums really easy which is why it's one of the big use of Pusher.
Edit
There is also CometChat which may be worth looking at.