Displaying 20 results from an estimated 80000 matches similar to: "please contact our support"
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
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:
2001 Aug 19
1
Fw: RE:Contact RCA Feature Definitions and their Use Lyra [#1253989]
I contacted RCA Customer Service e-mail asking about Vorbis support for Lyra
and I got this back. Doesn't even seem like they read it...
----- Original Message -----
From: <contactus@rca.com>
To: <getchoo52@hotmail.com>
Sent: Friday, August 17, 2001 11:41 AM
Subject: RE:Contact RCA Feature Definitions and their Use Lyra [#1253989]
>
> Dear Customer:
>
> Thank you for
2002 Jan 14
0
[contact@iriveramerica.com: RE: ogg vorbis support]
I got this response today, and thought you guys might like it :)
jack.
----- Forwarded message from River Support <contact@iriveramerica.com> -----
Reply-To: <contact@iriveramerica.com>
From: "River Support" <contact@iriveramerica.com>
To: "'Jack Moffitt'" <jack@xiph.org>
Subject: RE: ogg vorbis support
Importance: Normal
X-Uidl:
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);
2001 Jun 30
0
Ogg Vorbis on MTV online
Dear Ogg Vorbis Lovers,
I'm Dirk of oggmusic.de and I'm not a developer. I'm only a
publisher, but I think it's interesting for you, to read some
news. Oggmusic.de is the official Presenter of the first Ogg
Vorbis Cover Contest in Germany. In Cooperation with the Donots,
one of the leading Fun-Punk-Emo-Rock-Bands in Germany,
oggmusic.de gives unsigned Bands the chance to win a
2001 Aug 23
0
ogg-vorbis and ARM
Hi,
I am attempting to port ogg-vorbis to the iPaq H36xx (see
http://handhelds.org). Since this device uses an ARM chip, no floating
point. Now the port was easy and worked fine, except that all the fp ops
were emulated, making it very very slow. So I thought I would try with
-msoft-float so an exception doesn't occur on every fp operation.
libm had no soft-float library available,
2005 Aug 03
2
Ogg Vorbis on DSP platform?
Hello,
I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP
(controller?) hardware platform.
We've got 2 (3) main applications:
1) the codec should be used for 2 channel simultaneous message
recording/playback on flash EPROM.
2) the codec should be used for streaming audio over IP or Ethernet/intranet
networks.
3) for large system, the PC should serve as a storing device
We
2002 Feb 19
1
Autoconf
Hi,
I have a question about compiling Ogg/Vorbis. As I plan to have the code
run on the LEON/SPARC CPU so I have to use sparc-rtems-gcc,
sparc-rtems-ld, sparc-rtems-ranlib. Now, in order to compile the libs,
e.g., libogg, I have to create my own Makefile like this:
PROG=bitwise framing
CC=sparc-rtems-gcc
AR=sparc-rtems-ar
RANLIB=sparc-rtems-ranlib
CFLAGS=-rtems -msoft-float -Wall -W -g
2002 Aug 20
1
managed mode / max bitrate doesn't have effect
Hi,
I'm experimenting with managed mode encoding with specifying maximum
bitrate. I call:
vorbis_encode_init( &vorbisInfo,
2,
44100,
-1,
96000,
96000);
to initialize the encoding. To my surprise, it seems the maxbitrate
value of 96000 doesn't have an effect, the bitrate of the
2003 Jun 03
1
Vorbis decoding from scratch and the old MP3->.OGG story (new thread, was: Please confirm your message)
Hi,
<p>> I have a question for you. If I want to write a vorbis client from scratch,
> should it attempt to read the input file from start to finish, or should it
> attempt to start at the end first
> in order to use statistical analysis to optimize the conversion process? I have
> been playing
> around with oggenc and ogg123 and enjoying the way my music sounds, but I
2005 Aug 03
1
Ogg Vorbis on DSP platform?
Hello,
I'd like to develop a codec for the Ogg Vorbis algorithm on a DSP
(controller?) hardware platform.
We've got 2 (3) main applications:
1) the codec should be used for 2 channel simultaneous message
recording/playback on flash EPROM.
2) the codec should be used for streaming audio over IP or Ethernet/intranet
networks.
3) for large system, the PC should serve as a storing device
We
2002 Jul 23
1
Please correct this bugs in vorbis win32 environment
If You want to compile vorbis libraries under win32
environment you can experience some problems:
1) If you unzip vorbis libraries, you will have 3 directories:
"libogg-1.0", "libvorbis-1.0" and "vorbis-tools-1.0".
You need to rename them to "ogg", "vorbis", "vorbis-tools".
Otherwise batch files or even dsp project files, won't work.
2003 Jun 02
0
Re: Please confirm your message
vorbis@xiph.org wrote:
> Hello, this is the mailing list anti-spam filter at Xiph.Org.
> We need you to confirm your e-mail message with the subject of
> "Re: [vorbis] Re: Quoting (OT)".
>
> Please send a message to the following address, or simply use your
> mailer's "Reply" feature.
>
> vorbis+confirm+1054602922.26986.932b05@xiph.org
>
>
2002 Aug 09
1
OGG header
hello,
I am writing an OGG tag editor, but I have a problem with a part of the header.
Here is a part of a file header in hex <g>:
<p>00000000: 4F 67 67 53 00 02 00 00 - 00 00 00 00 00 00 01 03 OggS______________
00000010: F2 4D 00 00 00 00 BC 1B - FB E9 01 1E 01 76 6F 72 _______________vor
00000020: 62 69 73 00 00 00 00 02 - 44 AC 00 00 00 00 00 00 bis_______________
2001 Feb 11
1
Please gix getopt
I don't think that the getopt_long() situation is handled correctly in the
vorbis-tools module. Here's my take (comments welcome!).
-----
This applies to oggenc, ogg123, and vorbiscomment. See
http://www.xiph.org/archives/vorbis-dev/200012/0359.html for background
and prior discussion on this issue.
There are 2 issues:
1. Summary: getopt() is a POSIX function. It will already be on
2001 Jan 29
1
Building vorbis - please help
I realize not many people (one :) ) want to build vorbis with BCB,
but what about vorbisfile.c, os.h, oggenc.c, and getopt? And
someone must care about the MSVC files. I really tried not to
bring up any questions about BCB itself (although I had some).
Please, someone, take a look at the original message, and excuse
me if I'm too impatient...
2002 Jun 23
5
(Un)Usefulness of Vorbisgain?
I've just Replaygained several of my Vorbis albums with Vorbisgain, ranging
from 80's metal to present day soft rock. What I don't understand is why does
Vorbisgain actually make all tracks QUIETER? I see an average of -7db on
most albums. And after that, not only are they substantially quieter than my
MP3s (which is a pain), but it also fails to really "even out" the volume.
2001 Jun 20
1
vorbis tag for general music type?
Hi, I am wondering if vorbis has a standard tag for general music type.
I don't mean pop, jazz, etc., but something more in line with describing the
mood of the mucic.
I am thinking of games which have a soundtrack in vorbis format which could
use the user's own repository of .ogg files during gameplay, and use the tag
to choose appropriate music for that part of the game. For
2003 Apr 17
1
Re: Please confirm your message
Hi vorbis!
Ezt írtad Wednesday, April 16, 2003, 4:22:39 PM perckor:
vxo> Hello, this is the mailing list anti-spam filter at Xiph.Org.
vxo> We need you to confirm your e-mail message with the subject of
vxo> "Re: [vorbis] Re: OGG in RIFF-WAVE (encoding with MSACM)".
vxo> Please send a message to the following address, or simply use your
vxo> mailer's