PDA

View Full Version : VBScript for MP2 code



Boulli
10-17-2005, 04:02 PM
Hi,

I can access the Mp3Settings with the .vsb script like this:
Set Mp3Settings = CreateObject("dMCScripting.Mp3Settings")
Call Mp3Settings.Set(256, 48000, 0, 0)


How can I do this for the MP2 codec I installed?????

Thx, Roel

LtData
10-17-2005, 04:41 PM
Moved to Developer

Spoon
10-18-2005, 02:24 PM
You can call the codec (it will use the last used settings), to edit those settings you need to edit directly in the registry, somehwere in HKCU\software\illustrate\dbpoweramp

daren
10-24-2005, 04:50 AM
The registry values you need to change are in HKCU\software\illustrate\dbpoweramp:

DMCMP2BitRate
DMCMP2Channels
DMCMP2Freq

I think they speak for themselves.

Good luck!

Daren.