[tremor] try to run tremor sample using VC++6

Kuhn Markus CM-DI/EHS1 Markus.Kuhn at de.bosch.com
Fri Nov 22 05:51:30 PST 2002



Hi!

What I want to do:
I want to implement a audio codec on a embedded device.
Target OS will be Nucleus, Target hardware a MIPS based processor 
or a Arm based processor (not decided yet).
This implementation will be done for benchmarking and proof of concept.
Maybe it will be implemented in the product later on ....

So I decided to download Tremor (shnapshot on 22 november).
To get familiar with tremor I tried to build it in MS Visual C++ 6 for the
PC.
I got a lot of errors which were all related to wrong #include directives.
then I added a line in 'ivorbisfile_example' like:
        pFile = fopen("D:\test.ogg","r"); //open file instead of stdin
        ov_open(pFile,&vf,NULL,0);
When I run the programm (on win2000), i get an error somewhere in
'vorbisfile.c'
in the function _fetch_header (in the while (i<3) loop).
After calling ogg_stream_pagein first the second while (i<3) loop will be 
terminated at the secound run when ogg_stream_packetout returns 0.
(The first call of ogg_stream_packetout succedes)

Whats wrong?
Any hints ....

thanx 
Markus
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'tremor-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Tremor mailing list