Please Delete this Thread!
  • Caterpillar
    Caterpillar
    KuyaMarc
    Posts: 32 from 2014/12/3
    Please Delete this Thread! Thank you!
    I AM NO LONGER A MORPHOS USER!
    I AM NO LONGER SUPPORTING MORPHOS!
    PLEASE DELETE ALL MY POSTS! PLEASE DELETE MY ACCOUNT!
  • »16.07.15 - 15:28
    Profile
  • MorphOS Developer
    CISC
    Posts: 619 from 2005/8/27
    From: the land with ...
    Quote:

    KuyaMarc wrote:
    • Convert "echo -e" from BASH to Ambient Shell. Current "echo -e" operations do not work.



    I believe what you are looking for is something like this:

    echo "*XBB*XC6*X08*X80*XC4*XA5*X83*XBF" NOLINE >SERIAL:

    ..but it would be far better to use proper serial device communication instead, I think there are some examples in the SDK, otherwise I'm sure you'll find some online...


    - CISC
  • »16.07.15 - 16:02
    Profile
  • Caterpillar
    Caterpillar
    KuyaMarc
    Posts: 32 from 2014/12/3
    Quote:

    CISC wrote:
    Quote:

    KuyaMarc wrote:
    • Convert "echo -e" from BASH to Ambient Shell. Current "echo -e" operations do not work.



    I believe what you are looking for is something like this:

    echo "*XBB*XC6*X08*X80*XC4*XA5*X83*XBF" NOLINE >SERIAL:

    ..but it would be far better to use proper serial device communication instead, I think there are some examples in the SDK, otherwise I'm sure you'll find some online...


    - CISC


    Thanks for the tip. The "SERIAL:" part is only a placeholder in my macros file. I don't know what the proper "serial device communication" is. I only got to converting phonemes to codes.
    I AM NO LONGER A MORPHOS USER!
    I AM NO LONGER SUPPORTING MORPHOS!
    PLEASE DELETE ALL MY POSTS! PLEASE DELETE MY ACCOUNT!
  • »16.07.15 - 16:22
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Tcheko
    Posts: 510 from 2003/2/25
    From: France
    Why do you use a serial for sending phonemes?

    Looks like really unixish to me.

    Originally, the Amiga was capable of doing speech synthesis.

    Some hint of how things were done in the past

    http://wiki.amigaos.net/wiki/Narrator_Device

    and

    http://wiki.amigaos.net/wiki/Translator_Library (but totally OS4 way of doing thing, read not the original AmigaOS way).

    Hope this will give you some ideas.

    AmigaOS is not like Unix.

    A good starting point : http://library.morph.zone/Main_Page

    Also, provide some nice example to write clean GUI with MUI.
    Quelque soit le chemin que tu prendras dans la vie, sache que tu auras des ampoules aux pieds.
    -------
    I need to practice my Kung Fu.
  • »16.07.15 - 21:15
    Profile Visit Website
  • Order of the Butterfly
    Order of the Butterfly
    Raf_MegaByte
    Posts: 430 from 2004/10/10
    From: Nella grande r...
    @KuyaMarc

    Sounds sweet! Keep up with the good job! :)
    Bill Gates "Think!", Steve Jobs: "Think different!" So... Let these guy continue blabbering thinking and enjoy computing! We are on Amiga!
  • »22.07.15 - 15:21
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    amigadave
    Posts: 2794 from 2006/3/21
    From: Northern Calif...
    Quote:

    Raf_MegaByte wrote:
    @KuyaMarc

    Sounds sweet! Keep up with the good job! :)



    KuyaMarc has already rage quit MorphZone.org.
    MorphOS - The best Next Gen Amiga choice.
  • »22.07.15 - 20:30
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Raf_MegaByte
    Posts: 430 from 2004/10/10
    From: Nella grande r...
    Quote:

    amigadave wrote:
    Quote:

    Raf_MegaByte wrote:
    @KuyaMarc

    Sounds sweet! Keep up with the good job! :)



    KuyaMarc has already rage quit MorphZone.org.




    Where? When? Why?

    [ Edited by Raf_MegaByte 23.07.2015 - 08:12 ]
    Bill Gates "Think!", Steve Jobs: "Think different!" So... Let these guy continue blabbering thinking and enjoy computing! We are on Amiga!
  • »23.07.15 - 08:11
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Yasu
    Posts: 1724 from 2012/3/22
    From: Stockholm, Sweden
    Probably here: https://morph.zone/modules/newbb_plus/viewtopic.php?forum=38&topic_id=11269&post_id=119930&viewmode=flat&sortorder=0&showonepost=1

    For some reason he thinks that my questions where me mocking him.
    AMIGA FORUM - Hela Sveriges Amigatidning!
    AMIGA FORUM - Sweden's Amiga Magazine!

    My MorphOS blog
  • »23.07.15 - 13:01
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Jupp3
    Posts: 1193 from 2003/2/24
    From: Helsinki, Finland
    Quote:

    Tcheko wrote:
    http://wiki.amigaos.net/wiki/Narrator_Device



    While that page definitely has some useful & nicely put together information, it's always a very good idea to add a warning when linking to pages from that site. Why?

    From the front page:
    Quote:


    for users and developers of AmigaOS version 4.0 and beyond.



    So in short, that site is written ONLY for AmigaOS4. So if some thing has changed, only the "OS4 way" will be presented (without any compatibility notice).

    It's just way too easy to google for something, find links to that page, start reading, and when your code no longer compiles, realize what you just read (and wrote to your code) applied only to OS4...
  • »23.07.15 - 14:41
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2236 from 2003/2/24
    Finally found the time to read into this and as far as I understand it uses an external piece of HW for the speaking part and only prepares a given text into codes that then generates the speech on the mikrocontroller.

    Nice, but.....
    Can I just send plain text or would I need to include all those fancy phonetic symbols ?
    If I don't need the phonetic stuff, how are different languages handled ? (narrator.device could only do bad english and completly failed for anything else)

    Looking at that GitHub entry it seems that your program is just a rather simple/dump frontend for the mikrocontroller, if thats not the case it might be possible to create a version that just outputs to AHI (audio) with the help of some local speech-linklib (I'm sure there is something like that to be found somewhere).
  • »26.07.15 - 12:07
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    TheMagicM
    Posts: 1217 from 2003/6/17
    Quote:

    amigadave wrote:
    Quote:

    Raf_MegaByte wrote:
    @KuyaMarc

    Sounds sweet! Keep up with the good job! :)



    KuyaMarc has already rage quit MorphZone.org.




    Lmao
  • »26.07.15 - 14:06
    Profile Visit Website