Search:

Type: Posts; User: nimesh89

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,040

    Re: Need to print the words

    I already done that part. but in that case it converting the mic input voice. Means if i directly say some thing to the microphone it will give the correct word. but I want to do the opposite side....
  2. Replies
    2
    Views
    1,040

    Need to print the words

    private void playAudio() {
    try {
    byte audio[] = out.toByteArray();

    InputStream input = new ByteArrayInputStream(audio);
    final AudioFormat format = getFormat();
    final AudioInputStream ais = new...
Results 1 to 2 of 2