I'm attempting to read the id3 tags created by dBpoweramp within my .wav files
I'm doing this through python 2.7 and am utilising the win32api and win32com.client on my windows 7 PC.
However it appears that I need the dMCScripting.Converter in order to access audio information via
AudioProperties and ReadIDTagElementValue
Where and how do I obtain dMCScripting.Converter and am I even on the right track?
I'm doing this through python 2.7 and am utilising the win32api and win32com.client on my windows 7 PC.
However it appears that I need the dMCScripting.Converter in order to access audio information via
AudioProperties and ReadIDTagElementValue
Where and how do I obtain dMCScripting.Converter and am I even on the right track?
Comment