Results 1 to 2 of 2

Thread: espeak on DS - Speech synthesizer (Text2speech)

                  
   
  1. #1
    Won Hung Lo wraggster's Avatar
    Join Date
    Apr 2003
    Location
    Nottingham, England
    Age
    52
    Posts
    139,921
    Blog Entries
    3209
    Rep Power
    50

    NDS espeak on DS - Speech synthesizer (Text2speech)

    News/release from Noobey

    During the last days I played around with espeak and made a demo for it on the NDS.
    espeak itself works without modifications on the DS - but it only can generate .wav files.

    I did some changes and here it goes:

    ---
    See ./arm9/espeak/espeak_global.h for samplerate, sound format (8/16 bit) and the data-path setting


    Quote
    Here some more details about the changes I did to espeak
    I only modified the high-level stuff to have some easy functions and raw output.

    speak.cpp:
    this is a very small demo showing that espeak works on the NDS
    I just did some small changes
    - get rid of warnings
    - add an option to decide between 8bit or 16bit
    - add an option to decide between 22050 or 11025 Hz (or even lower, but then it sound REALY $#@!ty)
    - removed the usual main() function with the getopt stuff and instead did a ES_InitCFG function
    - stdout is used during the writing process to get the stuff into the buffer (added a io handler)!
    ( Thats the reason why fprinting to stderr :/)

    Download and Give Feedback Via Comments

  2. #2

    Default

    Im really impressed with the demo and would never have thought that it would also work on the DS - thankyou for porting this, have you uploaded your fork of the code anywhere else? those links on your post are down.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DSSpeech Speech Synthesizer v1.5
    By wraggster in forum Nintendo News Forum
    Replies: 1
    Last Post: December 21st, 2008, 12:42

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •