1. #1
    Deleted

    Text-To-Speech Recorder - TellMeWhen purposes

    Hello forum,

    I've been looking around for a Text-To-Speech Recorder for months, but I have been unable to find any free methods of doing this. So I was wondering if anybody here might have a tip to a site or program.. or even a nice tricky way to do it without any real software.
    The main reason I wanna do this is to have more "announces" for my TellMeWhen mod. An example could be:

    Summon Doomguard comes off cooldown, addon says "Summon Doomguard ready"

    Thanks

    ---------- Post added 2012-05-03 at 11:13 PM ----------

    Bump? no help for poor me?

  2. #2
    In the off chance you're using a Mac, you can use automator.

    http://i.imgur.com/8NNud.png

    or if you're not terrified of the command line then you could do it that way:

    Code:
    say "some text" -v Victoria -o somefile.aiff
    Which means you could do something like pipe each line of a text file into say.

  3. #3

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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