Displaying 20 results from an estimated 1000 matches similar to: "need help with project on Vorbis"
2000 Dec 12
1
Examples
Hi people around then world....
I need examples to use the ogg vorbis DLL's
Can you help me ????
The file libvorbis0-dev.examples speak about this files:
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c
But this files not in the package....
Excuse my english, I know it's so bad....
[]'s
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2001 Nov 18
5
vorbisfile.o givng me problems
I have been having problems compling vorbis on my computer( running redhat
7.1 ), it gives me a bunch of errors about vorbisfile.o( at least that what
the errors are complaining about...I don't know enough to figure out what is
wrong ).
Below is the output I get from compile:
Making all in examples
make[1]: Entering directory `/home/mchavez/devel/vorbis/examples'
/bin/sh ../libtool
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all,
I was just trying to build myself a RC3 set of Ogg/Vorbis libs and
tools, but the build of libvorbis bombs out on me while making all in
examples. I've ./configure'd with no options, which gave no warnings
or errors. After that a normal make gives the below attached output.
Can anyone tell me what I've done wrong ?
I've also tried removing the examples/ directory. After
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed.
Makefile.am : some stuff copied from branch_beta3
ogg lib must be added only where necesary.
vq subdir Makefile.am'ized, (but installs nothing)
made distclean target slightly more clean
-- check it by hand first, please ---
also you'll want to remove vq/Makefile if the ...am passes inspection
-------------------------------------------------
diff
2000 Sep 10
2
Vorbis on OS/2
Following a few months of lurking on the list, and vainly trying to get vorbis to compile
on os/2, I finally managed to get the nightly gzip from saturday to compile (fairly)
cleanly, and so have finally been able to play with Vorbis on my OS of choice :)
Using the EMX runtime system, and bash for OS/2 (along with a few ported GNU apps),
both configure and make work fine (except for ogg123
2002 Jun 26
0
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip
2000 May 10
1
digital silence; not bug?
Greg,
I just tried encoding digital silence; I'm seeing [roughly] 0kbps like I should
be with the mainline. How did you run your test?
notfish% head --bytes=10000k /dev/zero > ! zero.raw
snotfish% ./encoder_example < zero.raw > zero.ogg
snotfish% chaining_example < zero.ogg
Input bitstream contained 1 logical bitstream section(s).
Total bitstream playing time: 58 seconds
2008 Aug 13
1
Tremor + upstream Ogg library
Hi vorbis experts!
I'd like ot write application under Symbian that use theora as video
codec & tremor as an audio one. I played at first with libogg &
theora on PC, then successfully ported them both. Next I decided
to port Tremor but I found that it use its own files from Ogg library.
The API is almost identical, so I tried to bind the Tremor with upstream
Ogg library (it actually
2008 Aug 13
0
Tremor + upstream libogg
Hi vorbis experts!
I'd like ot write application under Symbian that use theora as video
codec & tremor as an audio one. I played at first with libogg &
theora on PC, then successfully ported them both. Next I decided
to port Tremor but I found that it use its own files from Ogg library.
The API is almost identical, so I tried to bind the Tremor with upstream
Ogg library (it actually
2002 Jun 26
1
Getting started with vorbisfile_example.c (MS VC 6)
Hello
Hope you don't mind another newbie's question.
Further to GIE's email about problems compiling decoder_example.c example
(MS VC 7) using debug static ogg/vorbis libs, we'd appreciate any help
getting the example files to compile on MS VC 6.
The zip files we have downloaded are:
libao-0.8.2.zip
libogg-1.0rc3.zip
libvorbis-1.0rc3.zip
vorbis-sdk-1.0rc3.zip
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory
to decode a .ogg file that was encoded by using the binary encoder
ogglame.exe and encoded via the encoder_example.c. I'm running into a
problem with the decoder though. It plays FINE under the WinAmp plugin but I
when I try and use the decoder_example.c to decode the file it says "End of
file before finding
2002 Apr 24
2
ov_open error
Hi,
I put together a small a Visual C++ 6.0 project that uses the code from
vorbisfile_example.c. I open an ogg file in binary mode and when ov_open
gets called, it always fails. I then put together another project and
compiled vorbisfile so I could see where the error was occuring. It is
happening in _fetch_headers when it calls ogg_stream_packetout. The return
values is -1, which means there
2001 Jan 28
0
Re: Comments on your code
> On Fri, Jan 26, 2001 at 05:49:08PM -0800, Monty wrote:
> > Do you still have this problem using decoder_example,
> > vorbisfile_example or XMMS?
>
> decoder_example shows the same problem, after playing around for
> a while, I'm convinced that the problem is in libvorbis somewhere.
This would indeed place the problem in libvorbis.
> As you can see, the dump is
2005 Jun 16
2
Comments in vorbisfile_example
I have a couple of questions with respect to "vorbisfile_example.c" in the
ov sdk.
1) Near the end, there is a comment that says "we don't bother dealing
with sample rate changes, etc, but you'll have to." I assume the author is
regarding to different sample rates as a whole, not dynamic sample rates. Am
I correct in that assumption?
2) That etc
2001 Jul 19
2
win32: Encoder using vorbisenc.dll - AV?
Hello,
When I compile either oggenc or encoder_example with static libraries, they
work fine, but when I try them with the dynamic libraries, I get an access
violation in vorbisenc.dll with both oggenc and encoder_example. Can anyone
on win32 confirm this?
It's strange because vorbisfile.dll *does* work with vorbisfile_example,
and the configuration for vorbisfile.dll is exactly the same
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of
cvs just now, but I expected the following to work:
cat test.wav | encoder_example | decoder_example
But the decoder fails with:
End of file before finding all Vorbis headers!
Is this a bug? Or am I missing something fundamental? Should I attach the
test.wav?
--
Daniel
--- >8 ----
List
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of
cvs just now, but I expected the following to work:
cat test.wav | encoder_example | decoder_example
But the decoder fails with:
End of file before finding all Vorbis headers!
Is this a bug? Or am I missing something fundamental? Should I attach the
test.wav?
--
Daniel
--- >8 ----
List
2002 Jul 09
1
Vorbis Block Diagram
Hi,
I have looked through the documentation available from the downloads and the
web and haven't yet come across a block diagram which shows exactly how the
process of going from a .wav file to a .ogg file works. I suspect it is the
same as the mp3 process (with a different psychoacoustic model). I found
this document:
2014 Mar 20
2
BARK implementation (or specification) error
Hi,
In the course of some work which I describe below, I have found a very significant difference between the BARK function described in the Vorbis specification and its implementation in libvorbis.
In the specificationhttp://xiph.org/vorbis/doc/Vorbis_I_spec.pdf
bark(x) = 13.1arctan(.00074x) + 2.24arctan(.0000000185x**2 + .0001x)
In the libvorbis code