using program to record audio comment and compress audio to MP3

P

Peter

I can use VBA to record an audio comment into a Word file using

Selection.InlineShapes.AddOLEObject ClassType:="SoundRec", FileName:="", _
LinkToFile:=False, DisplayAsIcon:=True, IconFileName:= _
"C:\WINDOWS\system32\sndrec32.exe", IconIndex:=0, IconLabel:="Wave Sound"

BUT but by default the file is stored as a PCM at 44kHz and 16 bit stereo
whcih is about 200kB per second

Sound recorder (which is used to do the recording) allows me to manually
convert this to a MP3 and a much smaller file e.g. 3kB per second

Is there any way I can automate the coversion to MP3 using VBA? do people
have any suggestions for a way I could do this in an automated way.

Any suggestions gratefully received
PeterEvans
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top