search for: vorbis_examples_delphi

Displaying 3 results from an estimated 3 matches for "vorbis_examples_delphi".

2003 Apr 07
2
Header files
Hello. Does someone have or seen header files to the newest ogg sdk (1.0) for delphi? Or can someone translate me them to delphi? Thanks ______________________________________________________________________________ UNICEF bittet um Spenden für die Kinder im Irak! Hier online an UNICEF spenden: https://spenden.web.de/unicef/special/?mc=021101 --- >8 ---- List archives:
2002 Nov 04
0
Vorbis API Delphi translasion
Hello, anyone interested in Delphi translation of Vorbis/Ogg library API are welcome to check the following file (about 50 KB): http://lakeofsoft.com/dc_vc/vorbis_examples_delphi.zip This file contains full translation of latest ogg.h, codec.h vorbisenc.h and vorbisfile.h from Vorbis SDK for Windows, as well as working encoder and decoder examples, re-written on Delphi. Sources were tested under Delphi 4, 5, 6 and 7. Any comments are welcome. With best regards, Aleksand...
2003 Nov 08
2
Encoding in Delphi - Help
Hi! I've made a vorbis encoder in delphi, but it's very verey slow! It takes 5 minutes to encode a pcm file. And i don't know why. Could anyone help me??? ---------------------------------------------------------------------------------- result := ogg_stream_flush(os, og); while result <> 0 do begin OutFile.Write(Pointer(og.header)^, og.header_len);