Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any API in java to access hardware resources like volume controls?
i want to access volume controls of my laptop using java.i have tried java media framework to access controls but it is giving only basic information.
You may want to have a look at Oracle's Java SOund API
http://www.oracle.com/technetwork/java/index-139508.html
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an application where I need to implement VOIP.
It is about connecting 2 devices using WIFI to transmit conversation (voice).
My question is: Is there a free API or SDK that I can use in my application?
See here :http://developer.android.com/reference/android/net/sip/package-summary.html
Here is a demo app:http://developer.android.com/resources/samples/SipDemo/index.html
you can also use third party api (here)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any idea how to implement a java programm that captures video/audio from a webcam
/microphone and stream it to multiple clients. I know about JMF but it is quite old and not well document or supported.
I found a very good way via vlcj. Vlcj is a java wrapper for vlc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Do you know if exists a good Java
library to burn & print light scribe cd, if possible free or yet best open source
Have you already used some of them? It's possible to print either text and images on cd?
You can download LightScribe SDKs for Windows, MacOS and Linux here, but there are to my knowledge no Java bindings, so you will have to use JNI to access the SDK functions.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to find a solution that offers either a Java api for writing .mobi files for sending to a Kindle, or something that's scriptable given a Linux environment. I have text data in a MySQL database that I want to offer as Kindle-friendly content.
I'd like to hear what tools people have used for this that work reasonably well.
There are Linux versions of the KindleGen tool available from Amazon here.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want a open source library for optical mark reading (OMR).Is there any such library?
I want to use this library with my java application.
zxing might of use for you, http://code.google.com/p/zxing/downloads/list, is a "Multi-format 1D/2D barcode image processing library". There are code samples for JavaSE, ME, Android, Blackberry, IPhone ....