 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Mick Guest
|
Posted: Thu Feb 10, 2005 12:50 pm Post subject: Delphi & OGG files |
|
|
Does anybody know anywhere with examples of Delphi code for decoding a Vorbis
..OGG audio file back into WAV?
I can't for the life of me find any example code for using OGG files with
Delphi.
|
|
| Back to top |
|
 |
Maarten Wiltink Guest
|
Posted: Thu Feb 10, 2005 3:49 pm Post subject: Re: Delphi & OGG files |
|
|
"Mick" <nomail (AT) sorry (DOT) com> wrote
| Quote: | Does anybody know anywhere with examples of Delphi code for decoding
a Vorbis .OGG audio file back into WAV?
I can't for the life of me find any example code for using OGG files
with Delphi.
|
Googling for "ogg vorbis decode delphi" yields a number of interesting-
looking hits relating to both DLLs and OCXs.
If you want to crunch the numbers in Delphi, I can only suggest you
learn to read C.
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
Mick Guest
|
Posted: Thu Feb 10, 2005 4:31 pm Post subject: Re: Delphi & OGG files |
|
|
On Thu, 10 Feb 2005 16:49:10 +0100, "Maarten Wiltink"
<maarten (AT) kittensandcats (DOT) net> wrote:
| Quote: | "Mick" <nomail (AT) sorry (DOT) com> wrote in message
news:a1mm015lbapv6jak1b9u7qj5pgo87ut7cu (AT) 4ax (DOT) com...
Does anybody know anywhere with examples of Delphi code for decoding
a Vorbis .OGG audio file back into WAV?
I can't for the life of me find any example code for using OGG files
with Delphi.
Googling for "ogg vorbis decode delphi" yields a number of interesting-
looking hits relating to both DLLs and OCXs.
|
Yes, but I haven't found one that does specifically what I want.
All I need is some small code to decode a .OGG into WAV. Not play it, or do
anything else fancy.
The main Vorbis site has DLL but I'm no expert and can't find any examples using
Delphi.
| Quote: |
If you want to crunch the numbers in Delphi, I can only suggest you
learn to read C.
|
I think I might have to do just that.
|
|
| Back to top |
|
 |
Maarten Wiltink Guest
|
Posted: Thu Feb 10, 2005 7:07 pm Post subject: Re: Delphi & OGG files |
|
|
"Mick" <nomail (AT) sorry (DOT) com> wrote
| Quote: | On Thu, 10 Feb 2005 16:49:10 +0100, "Maarten Wiltink"
[email]maarten (AT) kittensandcats (DOT) net[/email]> wrote:
"Mick" <nomail (AT) sorry (DOT) com> wrote in message
news:a1mm015lbapv6jak1b9u7qj5pgo87ut7cu (AT) 4ax (DOT) com...
Does anybody know anywhere with examples of Delphi code for decoding
a Vorbis .OGG audio file back into WAV?
[...]
Googling for "ogg vorbis decode delphi" yields a number of
interesting-looking hits relating to both DLLs and OCXs.
Yes, but I haven't found one that does specifically what I want.
All I need is some small code to decode a .OGG into WAV. Not play it,
or do anything else fancy.
The main Vorbis site has DLL but I'm no expert and can't find any
examples using Delphi.
|
There won't be. For better or worse, DLLs interface in C (not C++) and
everybody else adapts. Delphi does, too.
That there are other functions in a DLL does not mean you have to
call them, or even import them.
Groetjes,
Maarten Wiltink
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|