Search code examples
ms-wordtext-to-speech

Is there a .NET library/utility that will convert a Word document to an MP3 format?


Does anyone know of any well-supported/proven methods for converting a Microsoft Word document to an MP3 or WAV format such that hearing-impaired folks could "listen" to documents that I have stored in my web-based document management system?

I already have the interface built such that someone can use the telephone to get the list of documents available, with the dates and titles "read" to them over the phone, but now I would like the ability to let someone actually listen to the contents of Word files stored in the system.

Ideally a .NET library or utility that would let me convert the DOC -> MP3 after each upload would be best, but one that "read" the file on demand would be okay too.


Solution

  • If your Word document is stored in the new OpenXML format introduced with Office 2007 you might want to have a look at the Daisy toolchain.

    There is a free converter available on SourceForge to create a Daisy file from your Word document. The Daisy format is understood by screen readers and there are also converters available to convert a Daisy file into an audio file.

    For details see: