Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: how to put JSAPI .jar in eclipse and use it to do sampling of human voice?

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default how to put JSAPI .jar in eclipse and use it to do sampling of human voice?

    Hi all, i am newbie here and to Java..

    i want to know how to put JSAPI .jar into our ecplise then used it to recognize the waveform (sampling) from our voice. Because, what i need to do is to get the decibel value of the voice.

    So i am thinking if a i can get the waveform so i can calculate the decibel.
    Is it possible for JSAPI to do it? If not, then what should i use.

    Thank you.

    Good day.


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: how to put JSAPI .jar in eclipse and use it to do sampling of human voice?

    If you wish to add external JARs into Eclipse, simply:

    Right click your Project > Properties (alt+enter) > Java Build Path > Add External JARs

    I don't have any experience with JSAPI so I'm not sure of its functionality.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: how to put JSAPI .jar in eclipse and use it to do sampling of human voice?

    Hi,, thanks for your help,.

    but i have one more question. Do you know a forum or a complete tutorial about JSAPI, since i have been searching for a few days, and cant find any forum that talk about JSAPI.

    Thanks once again.

    Good day.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Eclipse goes beyond me a bit
    By MagicMojo in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 9th, 2011, 10:05 AM
  3. Eclipse
    By nasi in forum Java IDEs
    Replies: 3
    Last Post: May 6th, 2010, 01:35 PM
  4. Replies: 2
    Last Post: January 8th, 2010, 08:22 AM
  5. eclipse help
    By mos33 in forum Java IDEs
    Replies: 3
    Last Post: November 24th, 2009, 02:10 PM

Tags for this Thread