Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Audio / Video  |  Converters  |  TextToMP3

TextToMP3

TextToMP3 - 1.0

converts text files to spoken word MP3 audio files

All Time: (3.7)
This Version: (3.7)
Current Version: 1.0
Release Date: 2004-10-04
License: Freeware
Downloads (this version): 8,893
Downloads (all versions): 8,893

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

TextToMP3 is a simple droplet application which accepts dropped text files and converts them into speech in MP3 format using Apple's Speech Manager technology and the open-source LAME MP3 encoder. TextToMP3 was created using Platypus.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3

Additional Requirements:

  • Mac OS X 10.3

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: (3.7) Features: (2.0) Support: (4.0)
Ease of Use: (5.0) Quality / Stability: (3.0) Price: (5.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

TextToMP3 Commentaryremove the txt file extension - Version: 1.0, 5/28/2009 10:52AM PST

mattcheo
I'm on Leopard, the app works fine. It would be perfect for me if the mp3 file name did not include the original ".txt" file extension name (speech.txt.mp3).
Post a commentAlert Admin

TextToMP3 CommentaryNot working on Leopard - Version: 1.0, 4/19/2009 06:01AM PST

MarkusWinter
Flashes and disappears again.
Post a commentAlert Admin

TextToMP3 Usage TipWhy it's broken, how to get around it. - Version: 1.0, 2/24/2008 10:29PM PST

MrRedwood
I explored the innards of the app, and discovered it does three things:
1) Uses the Macintosh-built-in /usr/bin/say program to create an AIFF file from the text;
2) Uses a copy of LAME included in the download to convert the AIFF to MP3; and
3) Deletes the AIFF file.

The problem appears to be that the Mac program /usr/bin/say is very finicky about what it will 'speak'. The whole CR-LF vs. LF thing seems to be enough for it to barf; other text like long hyphens instead of double-dashes (— vs. --), and 'curly quotes' instead of plain-vanilla-ascii quotes also may play a role.

It should be tough to add a sed script to the front end to clean out everything but plain ASCII, but I'm already over the time limit I'd allocated for this :-)
Post a commentAlert Admin