Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 32

Thread: Audio Problem

Threaded View

  1. #8
    Important User Audio Problem
    Audio ProblemAudio ProblemAudio ProblemAudio Problem
    osiris4isis's Avatar
    Join Date
    Apr 2012
    Location
    Darkside of the Moon
    Posts
    2,852
    Rep Power
    1394

    Default

    @jtrosky that is a very good point. There are many ways to do this, but unfortunately the easiest is to direct substitute. That is what I did when I tested a 15th Street on MyWay (old voice format) and it works ok. I don't have any street less than 10th in my area to test.

    @chas521 the direct substitution should work, but it will a pain to do for hundred of 'th streets. I think we need to solicits expert on how to do it "correctly" via pattern matching.

    We first have to id where street name are checked. Separate the difference between "direction" and "street name" passed to the TTS engine. Then we have to make sure that it's correct format: <number><st,nd,rd,th><whitespaces><street,drive,...> then substitute correct pattern (1 -> one, 101 -> one hundred and one, etc...)

    Update: I found a voice file that works. It has config_transforms.lua defined
    Code:
    Please Login or Register to see the links
    It uses the following but I commented out the first pattern
    Code:
    Please Login or Register to see the links
    Now I'm trying to figure out how to prevent "N Ave" from being pronounced as "North Ave"
    Last edited by osiris4isis; 22nd December 2015 at 11:37 AM.

 

 

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
  •