Hello,
I want to use the dBpowerAmp-encoding-DLLs in my program, but I have some problems. I thought that the ExampleCompression-Source from the website could help me, but I write in Delphi, so I don't understand everything in the ExampleCompression-Code.
Well, here are my questions:
How is the type / class (?) "WAVEFORMATEX" defined?
With which parameters/variables do I call the "SetProfile"-function? And what does it do?
Do I have to stream the data of the wave-file through "ANewDataBlockArrived" or is there a way to encode directly from a file on harddisk?
Thanks you,
Max
I want to use the dBpowerAmp-encoding-DLLs in my program, but I have some problems. I thought that the ExampleCompression-Source from the website could help me, but I write in Delphi, so I don't understand everything in the ExampleCompression-Code.
Well, here are my questions:
How is the type / class (?) "WAVEFORMATEX" defined?
With which parameters/variables do I call the "SetProfile"-function? And what does it do?
Do I have to stream the data of the wave-file through "ANewDataBlockArrived" or is there a way to encode directly from a file on harddisk?
Thanks you,
Max
Comment