R
roytang
Hi all,
Say I have sounds being played in the timeline of my slide.
Using VBA, I want to:
a. Get the duration of each audio file being played in the timeline
-> Not sure where I can get this. Any idea?
b. Extract the WAV file for each audio file in the timeline.
-> Now, I know I can extract the wav file using
Shape.SoundFormat.Export, but how can I find the corresponding shape
for each effect in the timeline? For sound objects, Effect.Shape
always seems to be "Nothing" when I inspect it in the VBE
Thanks,
Roy
Say I have sounds being played in the timeline of my slide.
Using VBA, I want to:
a. Get the duration of each audio file being played in the timeline
-> Not sure where I can get this. Any idea?
b. Extract the WAV file for each audio file in the timeline.
-> Now, I know I can extract the wav file using
Shape.SoundFormat.Export, but how can I find the corresponding shape
for each effect in the timeline? For sound objects, Effect.Shape
always seems to be "Nothing" when I inspect it in the VBE
Thanks,
Roy