search for: nysunburst

Displaying 2 results from an estimated 2 matches for "nysunburst".

2002 Mar 12
4
Encoding question
Hello, I'm working on a game and I want to encode all the sound files that I have (probably over a 100) with Ogg Vorbis. Most of these sound files are really small, about 3 - 6kb each. Each sound file contains a word, i.e. "cat", "bat". When I encoded some of them I noticed that the ogg file is never smaller than 4kb, even if the original wav file was less than 4kb.
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