Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User krmlkr's Avatar
    Join Date
    Jan 2008
    Posts
    10
    Hi All,

    I am working on j2me. I am developing an application in which I want to convert the Text to Speech (Voice) or Speech (Voice) to Text.

    Is this possible in J2ME with available API?

    How should I start to do this?

    Please reply as early as possible.

    Regards,
    Koustubh.

  2. #2
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    There is Java Speech API (JSR-113), which has been developed specifically for this purpose. Unfortunately it is not yet available on the phones.

    I am not aware of J2ME implementations for either TTS or ASR (Text-to-speech or Automatic Speech Recognition). I would require a lot of work and as you do not have low-level access to the audio devices on the phone, you would have some performance issues. For example, you can only analyze the audio recording after you have stopped recording.

    Hartti
    Last edited by hartti; 2008-04-15 at 18:46. Reason: typos

  3. #3
    Nokia Developer Champion honest_success's Avatar
    Join Date
    Sep 2007
    Posts
    915
    Can i test the application regarding it on emulator ?


    -Kartik Trivedi

  4. #4
    Nokia Developer Champion hartti's Avatar
    Join Date
    Apr 2003
    Location
    USA, CA
    Posts
    7,192
    Regarding it?

    Utilizing JSR-113 on the emulator and test that? (I think you need the reference implementation for that and that does not exist yet, to my understanding)

    Trying out the workaround I briefly described above? In theory possible, but the workaround in general is not really usable because of performance reasons and you would need to do a lot of work to get this working at all...

    Hartti
    Last edited by hartti; 2008-10-03 at 20:14. Reason: typo

  5. #5
    Regular Contributor ypele's Avatar
    Join Date
    Jun 2008
    Location
    Tel-Aviv,Israel
    Posts
    100
    I have designed that feature for a start-up company:
    Client Server ->
    if TTS:
    ------
    Phone sends text to server.
    Server over J2EE can perform TTS ( there are many APIS, few of them are even free)
    after, an AUDIO file will be replied back to mobile with its audio.

    if ASR:
    -------
    Design a MidLet that records an audio file and send it to a server that will perform ASR and reply back the strings.


    Good Luch,
    Y

Similar Threads

  1. text to speech conversion
    By jainygaurav in forum Symbian C++
    Replies: 8
    Last Post: 2009-08-13, 16:19
  2. Text to Speech voice packs
    By sidath.i4ce in forum General Messaging
    Replies: 0
    Last Post: 2008-01-21, 11:16
  3. voice to text conversion in carbide.c++
    By avanidave in forum Symbian Tools & SDKs
    Replies: 0
    Last Post: 2007-04-16, 07:30
  4. voice to text conversion in carbide.c++
    By avanidave in forum Symbian C++
    Replies: 0
    Last Post: 2007-04-16, 07:28
  5. text to speech conversion - reg
    By sugansivam in forum Mobile Java Networking & Messaging & Security
    Replies: 3
    Last Post: 2007-01-17, 09:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved