search for: oggaudio

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

Did you mean: gaudio
2006 May 11
1
Speed up?
...ack to sample 1, and ask immediately for the next 64 samples. But when I run this small app, I get an totally high CPU load. Is there a way to it speed up? Or do I miss something? Thanx, Micha. int _tmain(int argc, _TCHAR* argv[]){ OggVorbis_File vf; errno_t err; if ( (err = fopen_s( &oggaudio, "C:\\Test\\3.ogg" , "rb")) != 0){ std::cout << "fopen problem" << std::endl; } if ( ov_open( oggaudio, &vf, NULL, 0 ) < 0 ){ std::cout << "ov_open problem" << std::endl; } int read = 0; float** ovdata; int current_s...
2017 Jun 01
35
.ogg extension and Theora
>Paul E Wrote [snip] >Windows 2000 (although it's the same for all of them) doesn't read in >any mime-type to correctly identify a file, it just uses the extension. [snip] What if, at least for Windows, someone wrote a simple application which when associated with .ogg files and an .ogg file was opened simply read enough of the ogg stream to identify the type of content and then