Hi all,
I am using XTL to merge audio files together. I am having some trouble adjusting the volume of the audio files, so I am seeking some examples on how to do that.
My objective is to have the merging files sound twice as loud as its original loudness. The following is the XTL i created, but it does not accomplish what I described, so i must be using this incorrectly.
Here is the Volume Envelope Effect interface I am trying to use:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd390965(v=vs.85).aspx
<timeline>
<group type="audio" previewmode="false" framerate="100" samplingrate="8000">
<track clid="{036A9790-C153-11D2-9EF7-006008039E37}" start="0" Vol="200">
<clip src="C:\Users\test.000\AppData\Local\Temp\testfile1.WAV" start="0" stop="292" mstart="0"/>
</track>
<track clid="{036A9790-C153-11D2-9EF7-006008039E37}" start="0" Vol="200">
<clip src="\\testserver\testfile2.WAV" start="60.4" stop="60.89675" mstart="0"/>
</track>
</group>
</timeline>
Could someone show me how to use the Volume Envelope Effect with XTL?
Thank you,
Alex