Hey Guys,
i'm trying to write a programm which is able to read tags from any FLAC file. I used this guide to read tags with dbPoweramp Music Converter: https://www.dbpoweramp.com/developer...0vb%20.NET.txt
So I imported the DMCScripting.dll from the dbPoweramp...
Search Result
Collapse
3 results in 0.0025 seconds.
Keywords
Members
Tags
-
Tag reading with Visual Basic
-
dmcscripting.converter in VBA Access automation error 800700C1
Environment : Win7 64bit / Access 2007 / Dbpoweramp R14.3
code :
================================================== ============================
Dim dMC
Set dMC = CreateObject("dMCScripting.Converter")
==============... -
dMCScripting.Converter
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 ...