What tools are available to build a custom media player? [closed] - audio

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
In essence, I need to develop a media player with several "Play" buttons, one for each file type.
See detailed information here:
https://forums.adobe.com/thread/1809376
Which of the streaming technologies would you recommend and why?
TIA

Have you tried searching?
Web:
SoundJS supports Web Audio API / HTML5 audio / Flash.
Howler.js supports Web Audio API / HTML5.
MediaElement.js supports H.264 in mp4 over HTML5 with a Flash fallback.
Standalone:
libav
FFmpeg
to name a few.

Related

How to upload Chirp audio file into Google Cloud and make media URN using Nodejs? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I need to make text encryption via chirp. After that encryption audio file should upload into Google Cloud and make media URL using Nodejs
Rather than uploading the Chirp audio data to Google Cloud, you can generate audio on the fly using the Audio API - https://developers.chirp.io/docs/getting-started/audio-api.
So you would need to encrypt your data using something like AES, and convert this to a hexadecimal string to be consumed by the Audio API.

create application WebRTC [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
how create a WebRTC (video, audio & message) chat via socket.io
on this application you can:
talked to specify user.
talked with several users at the same time (notion of room).
the user can accept or reject the call.
There are many frameworks geared towards that specifically. Check out https://simplewebrtc.com/ and http://easyrtc.com/ as solid alternatives.
Note that for multiparty calls you may need to add a server component to handle the media itself.
Take a look to WebRTC in the real world and to Building a webRTC Video Chat Service On Nodejs and Krakenjs. Also, you can see Advanced chat using node.js and socket.io – Episode 2.

inno setup: How to play embedded video or music while running installer? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to create a sample installer, while installing that setup video/audio should be play in background, so that we can inform the features of our product in Video/Audio format.
I have gone through Inno media player and
Later on i went through this link .
But unfortunately i didn't succeeded. Am not very clear about how to embed flash screen in my installer.
Can any one have better idea about it, please update me.
Thank you!
Maybe the simplest way for displaying the video is to create new (external) window and put the WebControl in it.
WebControl is simple web frame which can contain any website - so you can view YouTube videos, Flash videos or gif animations or any web content.
With sound it is even easier: use BASS audio library or TLama's library.

speech recognition lib for linux [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
There seems to be lots of support for speech recognition in Android. I have tons of apps the support that.
What is available as linux libs for a C/C++ application to use?
I guess what I am looking for is the speech equivalent version of OpenCV libs.
-Andres
you could try: http://cmusphinx.sourceforge.net/wiki/
or: http://julius.sourceforge.jp/en_index.php?q=en/index.html
Notice that Wikipedia has an article on this:
http://en.wikipedia.org/wiki/Speech_recognition_in_Linux
and that it comes up as the first non-ad result when you google:
"speech recognition linux libraries"
Research before asking please.

Which are the most intuitive and easiest SDKs to develop mobile phone application? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
Apart from Windows Mobile, Android and Iphone are there any other SDKs to build applications really quick and simple? The SDK should support nice animation APIs.
Thanks in advance :)
Qt is often used to create mobile applications. Important to know is that Nokia bought the creators of Qt (TrollTech) a few years ago, see also the qt homepage.

Resources