title
Products            Buy            Support Forum            Professional            About            Codec Central
 

WaveSettings.Set not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Unregistered

    WaveSettings.Set not working

    Hi All,

    For some reason, when I specify wave settings in a script, they have no effect on the resulting wave file. Everything gets converted to 44.1 16bit Stereo files no matter what I specify otherwise. Maybe I'm doing something wrong ? Here's my code:

    '================================================= =
    Set dMC = CreateObject("dMCScripting.Converter")
    Set WaveSettings = CreateObject("dMCScripting.WaveSettings")
    Call WaveSettings.Set(11025, 1, 16)
    dMC.VolumeNormalize = True
    dMC.ConvertToFolder = True
    Call dMC.AddFromToFiles(strSrcFile, strTgtFile)
    Call dMC.GoConversion("Wave", True, False, True, True)
    '================================================= =

    Am I missing something ? Thanks so much for any help or assistance, this is a great forum !

    Ron
  • Spoon
    Administrator
    • Apr 2002
    • 43928

    #2
    Re: WaveSettings.Set not working

    I will note it down as a bug, basically dMC has been updated with a new wave encoder and scripting has not been updated (if you install dmc-r8 or -r9 you should be ok).
    Spoon
    www.dbpoweramp.com

    Comment

    Working...

    ]]>