Sending Voice on E-Mail


Go Back   Computer Help Articles > Outlook Express
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 04:40 PM
Mason C
 
Posts: n/a
Default Sending Voice on E-Mail

Musical greeting cards etc are common.
Therefore voice can be stored like music and e-mailed.

I'm trying to send my voice by e-mail to a blind friend.

I use ZabaWare Hal to create a .wav file from text.
I can convert this to an mp3.

I can use Outlook Express to e-mail this as background sound
to myself. That works, using the mp3 from my local hard disk.

I can also put the mp3 at my web site and use it from there.
I may learn tomorrow if my friend receives it.

My question: where is the mp3 file hiding on my system
after I *receive* the e-mail? My searches have failed.

I see small .lnk files referring to it but they are unreadable.

Mason C

Reply With Quote
  #2  
Old 01-05-2006, 04:40 PM
Mason C
 
Posts: n/a
Default Re: Sending Voice on E-Mail

I apologize. I made the standard blunder: failed to review old threads.

Although listed among the file types, mp3 and wma cannot be used
as background. And a reference was given:

http://support.microsoft.com/default...b;en-us;883355

Mason C


On Fri, 18 Nov 2005 21:16:46 GMT, Mason C <masonc2@earthlink.net> wrote:

>Musical greeting cards etc are common.
>Therefore voice can be stored like music and e-mailed.
>
>I'm trying to send my voice by e-mail to a blind friend.
>
>I use ZabaWare Hal to create a .wav file from text.
>I can convert this to an mp3.
>
>I can use Outlook Express to e-mail this as background sound
>to myself. That works, using the mp3 from my local hard disk.
>
>I can also put the mp3 at my web site and use it from there.
>I may learn tomorrow if my friend receives it.
>
>My question: where is the mp3 file hiding on my system
>after I *receive* the e-mail? My searches have failed.
>
>I see small .lnk files referring to it but they are unreadable.
>
> Mason C


Reply With Quote
  #3  
Old 01-05-2006, 04:40 PM
marrie
 
Posts: n/a
Default Re: Sending Voice on E-Mail

Well, that just sucs as I would like to use mpes for voice recording and
such, but I will have to lower the bit rate and sampling rate. O well.
"Mason C" <masonc2@earthlink.net> wrote in message
news:92isn11emouenommgn4k4d3o44bjsg3r0k@4ax.com...
>I apologize. I made the standard blunder: failed to review old threads.
>
> Although listed among the file types, mp3 and wma cannot be used
> as background. And a reference was given:
>
> http://support.microsoft.com/default...b;en-us;883355
>
> Mason C
>
>
> On Fri, 18 Nov 2005 21:16:46 GMT, Mason C <masonc2@earthlink.net> wrote:
>
>>Musical greeting cards etc are common.
>>Therefore voice can be stored like music and e-mailed.
>>
>>I'm trying to send my voice by e-mail to a blind friend.
>>
>>I use ZabaWare Hal to create a .wav file from text.
>>I can convert this to an mp3.
>>
>>I can use Outlook Express to e-mail this as background sound
>>to myself. That works, using the mp3 from my local hard disk.
>>
>>I can also put the mp3 at my web site and use it from there.
>>I may learn tomorrow if my friend receives it.
>>
>>My question: where is the mp3 file hiding on my system
>>after I *receive* the e-mail? My searches have failed.
>>
>>I see small .lnk files referring to it but they are unreadable.
>>
>> Mason C

>



Reply With Quote
  #4  
Old 01-05-2006, 04:40 PM
Jim Pickering
 
Posts: n/a
Default Re: Sending Voice on E-Mail

You can use scripting to insert a wma or mp3 file in your HTML formatted messages. Just insert the following script, changing the link to the location where you have stored your wma or mp3 files. Of course, if the recipients have scripting disabled by running in the Restricted Zone, they will not hear the sound.
============================================
<SCRIPT language=JavaScript>
/*
WMP9 insert script
by Edgar V. Poirier
Media Player 9 Script
Bug fixed version
*/

// Insert the complete URL to stream the wma from
pathName="http://home.comcast.net/~jimpickering/sounds/AMfriend.wma"

// Create the Media Player with nothing visible and Play the stream
player="<OBJECT ID='Player' CLASSID='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' style='position:absolute;top:-1800'>"
player=player+"<PARAM name='uiMode' value='invisible'>"
player=player+"<PARAM name='autoStart' value='True'>"
player=player+"<PARAM name='playCount' value=3>"
player=player+"<PARAM name='volume' value=98>"
player=player+"<PARAM name='URL' value='"+pathName+"'>"
player=player+"</OBJECT>"
document.writeln (player)

</SCRIPT>
============================================
--
Jim Pickering, MVP, Outlook Express
https://mvp.support.microsoft.com/pr...8-1171988A62D6
Please deliver feedback to the newsgroup, so that others can be helped.
Thanks.


"marrie" <jhgmcyqczfy@mailinator.com> wrote in message news:OhXJcqJ7FHA.3544@TK2MSFTNGP09.phx.gbl...
> Well, that just sucs as I would like to use mpes for voice recording and
> such, but I will have to lower the bit rate and sampling rate. O well.
> "Mason C" <masonc2@earthlink.net> wrote in message
> news:92isn11emouenommgn4k4d3o44bjsg3r0k@4ax.com...
>>I apologize. I made the standard blunder: failed to review old threads.
>>
>> Although listed among the file types, mp3 and wma cannot be used
>> as background. And a reference was given:
>>
>> http://support.microsoft.com/default...b;en-us;883355
>>
>> Mason C
>>
>>
>> On Fri, 18 Nov 2005 21:16:46 GMT, Mason C <masonc2@earthlink.net> wrote:
>>
>>>Musical greeting cards etc are common.
>>>Therefore voice can be stored like music and e-mailed.
>>>
>>>I'm trying to send my voice by e-mail to a blind friend.
>>>
>>>I use ZabaWare Hal to create a .wav file from text.
>>>I can convert this to an mp3.
>>>
>>>I can use Outlook Express to e-mail this as background sound
>>>to myself. That works, using the mp3 from my local hard disk.
>>>
>>>I can also put the mp3 at my web site and use it from there.
>>>I may learn tomorrow if my friend receives it.
>>>
>>>My question: where is the mp3 file hiding on my system
>>>after I *receive* the e-mail? My searches have failed.
>>>
>>>I see small .lnk files referring to it but they are unreadable.
>>>
>>> Mason C

>>

>
>

Reply With Quote
  #5  
Old 01-05-2006, 04:40 PM
Heirloom
 
Posts: n/a
Default Re: Sending Voice on E-Mail

Why not just use the .wav file?? Set your email to "Rich Text"
(HTML).....do this from the Format drop down menu. Then use the same menu,
Format, click on Background, choose sound and then your .wav file. You can
add sound effects, loop, whatever crumbles your cookie. I see no need to
convert to mp3......of course, it may make for a rather large email.
Heirloom, old and used it before


"Mason C" <masonc2@earthlink.net> wrote in message
news:v3hsn1hmjv3peb2o4merodu3aqs3pn7mlp@4ax.com...
> Musical greeting cards etc are common.
> Therefore voice can be stored like music and e-mailed.
>
> I'm trying to send my voice by e-mail to a blind friend.
>
> I use ZabaWare Hal to create a .wav file from text.
> I can convert this to an mp3.
>
> I can use Outlook Express to e-mail this as background sound
> to myself. That works, using the mp3 from my local hard disk.
>
> I can also put the mp3 at my web site and use it from there.
> I may learn tomorrow if my friend receives it.
>
> My question: where is the mp3 file hiding on my system
> after I *receive* the e-mail? My searches have failed.
>
> I see small .lnk files referring to it but they are unreadable.
>
> Mason C
>



Reply With Quote
  #6  
Old 01-05-2006, 04:40 PM
Mason C
 
Posts: n/a
Default Re: Sending Voice on E-Mail

On Fri, 18 Nov 2005 18:40:22 -0600, "Heirloom" <roland58XX@XXcox.net> wrote:

>Why not just use the .wav file?? Set your email to "Rich Text"
>(HTML).....do this from the Format drop down menu. Then use the same menu,
>Format, click on Background, choose sound and then your .wav file. You can
>add sound effects, loop, whatever crumbles your cookie. I see no need to
>convert to mp3......of course, it may make for a rather large email.
> Heirloom, old and used it before
>

Over-large e-mail is indeed the problem with using a .wav file.
However, my MP3 player records .wav at only 8,000 kHz so
that helps. It gives me 300 KBytes for a minute and is very
acceptable voice.

So I'll talk fast. It's working. One risk: recipient heart attack upon
getting my voice unexpectedly.

Mason C


>"Mason C" <masonc2@earthlink.net> wrote in message
>news:v3hsn1hmjv3peb2o4merodu3aqs3pn7mlp@4ax.com.. .
>> Musical greeting cards etc are common.
>> Therefore voice can be stored like music and e-mailed.
>>
>> I'm trying to send my voice by e-mail to a blind friend.
>>
>> I use ZabaWare Hal to create a .wav file from text.
>> I can convert this to an mp3.
>>
>> I can use Outlook Express to e-mail this as background sound
>> to myself. That works, using the mp3 from my local hard disk.
>>
>> I can also put the mp3 at my web site and use it from there.
>> I may learn tomorrow if my friend receives it.
>>
>> My question: where is the mp3 file hiding on my system
>> after I *receive* the e-mail? My searches have failed.
>>
>> I see small .lnk files referring to it but they are unreadable.
>>
>> Mason C
>>

>


Reply With Quote
  #7  
Old 01-05-2006, 04:40 PM
Heirloom
 
Posts: n/a
Default Re: Sending Voice on E-Mail

LOL, yeah, you may want to include "Audio Email - adjust speaker volume" in
the subject line.
Heirloom, old and it would scare me

"Mason C" <masonc2@earthlink.net> wrote in message
news:rh5vn1d9uqs5nh06m5mpjbjt263qbtddgp@4ax.com...
> On Fri, 18 Nov 2005 18:40:22 -0600, "Heirloom" <roland58XX@XXcox.net>
> wrote:
>
>>Why not just use the .wav file?? Set your email to "Rich Text"
>>(HTML).....do this from the Format drop down menu. Then use the same
>>menu,
>>Format, click on Background, choose sound and then your .wav file. You
>>can
>>add sound effects, loop, whatever crumbles your cookie. I see no need to
>>convert to mp3......of course, it may make for a rather large email.
>> Heirloom, old and used it before
>>

> Over-large e-mail is indeed the problem with using a .wav file.
> However, my MP3 player records .wav at only 8,000 kHz so
> that helps. It gives me 300 KBytes for a minute and is very
> acceptable voice.
>
> So I'll talk fast. It's working. One risk: recipient heart attack upon
> getting my voice unexpectedly.
>
> Mason C
>
>
>>"Mason C" <masonc2@earthlink.net> wrote in message
>>news:v3hsn1hmjv3peb2o4merodu3aqs3pn7mlp@4ax.com. ..
>>> Musical greeting cards etc are common.
>>> Therefore voice can be stored like music and e-mailed.
>>>
>>> I'm trying to send my voice by e-mail to a blind friend.
>>>
>>> I use ZabaWare Hal to create a .wav file from text.
>>> I can convert this to an mp3.
>>>
>>> I can use Outlook Express to e-mail this as background sound
>>> to myself. That works, using the mp3 from my local hard disk.
>>>
>>> I can also put the mp3 at my web site and use it from there.
>>> I may learn tomorrow if my friend receives it.
>>>
>>> My question: where is the mp3 file hiding on my system
>>> after I *receive* the e-mail? My searches have failed.
>>>
>>> I see small .lnk files referring to it but they are unreadable.
>>>
>>> Mason C
>>>

>>

>



Reply With Quote
  #8  
Old 01-05-2006, 04:40 PM
Mason C
 
Posts: n/a
Default Re: Sending Voice on E-Mail

On Sat, 19 Nov 2005 19:36:54 -0600, "Heirloom" <roland58XX@XXcox.net> wrote:

>LOL, yeah, you may want to include "Audio Email - adjust speaker volume" in
>the subject line.
> Heirloom, old and it would scare me


Yes, good idea for subject line.

It works. I record my voice on my MP3 player (8,000 kHz 4 bit mono).
The .wav file is 300 KB/minute -- perhaps 150 of my words but I could
talk faster.

Microsoft Outlook Express (which I do *not* like and don't ordinarily use)
easily sends it.

Mason C (a Eudora user)
>
>"Mason C" <masonc2@earthlink.net> wrote in message
>news:rh5vn1d9uqs5nh06m5mpjbjt263qbtddgp@4ax.com.. .
>> On Fri, 18 Nov 2005 18:40:22 -0600, "Heirloom" <roland58XX@XXcox.net>
>> wrote:
>>
>>>Why not just use the .wav file?? Set your email to "Rich Text"
>>>(HTML).....do this from the Format drop down menu. Then use the same
>>>menu,
>>>Format, click on Background, choose sound and then your .wav file. You
>>>can
>>>add sound effects, loop, whatever crumbles your cookie. I see no need to
>>>convert to mp3......of course, it may make for a rather large email.
>>> Heirloom, old and used it before
>>>

>> Over-large e-mail is indeed the problem with using a .wav file.
>> However, my MP3 player records .wav at only 8,000 kHz so
>> that helps. It gives me 300 KBytes for a minute and is very
>> acceptable voice.
>>
>> So I'll talk fast. It's working. One risk: recipient heart attack upon
>> getting my voice unexpectedly.
>>
>> Mason C
>>
>>
>>>"Mason C" <masonc2@earthlink.net> wrote in message
>>>news:v3hsn1hmjv3peb2o4merodu3aqs3pn7mlp@4ax.com ...
>>>> Musical greeting cards etc are common.
>>>> Therefore voice can be stored like music and e-mailed.
>>>>
>>>> I'm trying to send my voice by e-mail to a blind friend.
>>>>
>>>> I use ZabaWare Hal to create a .wav file from text.
>>>> I can convert this to an mp3.
>>>>
>>>> I can use Outlook Express to e-mail this as background sound
>>>> to myself. That works, using the mp3 from my local hard disk.
>>>>
>>>> I can also put the mp3 at my web site and use it from there.
>>>> I may learn tomorrow if my friend receives it.
>>>>
>>>> My question: where is the mp3 file hiding on my system
>>>> after I *receive* the e-mail? My searches have failed.
>>>>
>>>> I see small .lnk files referring to it but they are unreadable.
>>>>
>>>> Mason C
>>>>
>>>

>>

>


Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compacting Messages Deleted Mail Walter Outlook Express 6 01-05-2006 05:00 PM
Bulk mail going to deleted folder MCP Outlook Express 4 01-05-2006 04:46 PM
All mail in the 'IN' box lost, When I upgraded from 'ME' to 'XP' Scorpiox Outlook Express 2 01-05-2006 04:45 PM
Character restrictions in IE while sending mail using Mailto Meenakshi Internet Explorer 6 2 01-05-2006 04:26 PM
Unable to send "large" (>500kB) mail attachments - internet connection lost? david.f.jenkins@usa.net Windows XP Network Web 3 01-05-2006 04:15 AM


All times are GMT. The time now is 03:57 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Sending Voice on E-Mail