Search:

Type: Posts; User: ssbattousai

Search: Search took 0.18 seconds.

  1. Re: Detecting sound from microphone using Java. Issue specific to Java Versions

    Solved,

    The issue wasn't with Java versions, I'm not sure what went wrong but it works fine after I reinstalled my audio drivers.

    Thanks.
  2. Re: Detecting sound from microphone using Java. Issue specific to Java Versions

    I also posted on these forums:

    Detecting Sound From Microphone Using Java. Issue With Java Versions - Java | Dream.In.Code

    Detecting sound from microphone using Java (I/O and Streams forum at...
  3. Detecting sound from microphone using Java. Issue specific to Java Versions

    Hello there!

    I'm running this simple code that listens to my microphone and prints out bytes.

    Problem:
    It listens to the microphone for any changes correctly on
    java version "1.6.0_43"

    but...
  4. Trying to get 'frame.getContentPane().getCursor().getType();' to read outside frame

    The program below outputs mouse coordinates anywhere on the screen every 500 msec and tries to get the cursor type.

    The problem is cursor type always shows 0.

    Sample output:


    C:\Program...
Results 1 to 4 of 4