Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: How use codecs (Read 8898 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How use codecs

After installation oggcodecs_0.83.17220-win32.exe some codecs are in c:\Program Files (x86)\Xiph.Org\Ogg Codecs\
This DLL have COM interface. How call functions from dsfVorbisDecoder.dll from Delphi?

How use codecs

Reply #1
Looking online, it seems many guides have been written to using COM dlls via Delphi.  Most likely you can adapt one of these examples to call the normal decoder API functions as you would from any other language.

How use codecs

Reply #2
I must know GUID to handle interfaces? or GUID is got from DLL?

How use codecs

Reply #3
Given how obscure Delphi is, and that this is a forum for audio, you might have better luck on a forum for programming like stack overflow.