search for: fetch_and_process_audio

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

2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
...c -o .libs/encoder_example encoder_example.o -L/usr/test/garnome3/lib -L/usr/X11R6/lib ../lib/.libs/libtheora.so /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so /usr/local/lib/libogg.so -lm /usr/lib/libogg.so -Wl,--rpath -Wl,/usr/test/garnome3/lib encoder_example.o(.text+0x8e2): In function `fetch_and_process_audio': : undefined reference to `vorbis_bitrate_addblock' encoder_example.o(.text+0x8f4): In function `fetch_and_process_audio': : undefined reference to `vorbis_bitrate_flushpacket' encoder_example.o(.text+0x16fc): In function `main': : undefined reference to `vorbis_encode_init_vbr...
2002 Oct 02
2
Audio from fifo
My first guess about the problem would be that the programs want to process the stuff in a different order, e.g. mplayer wants to output some sound before anymore video and encoder_example wants to receive some video before anymore sound. This could easily depend on the order of stuff in the file mplayer is reading. I guess something similar could happen for opening the pipes as well. The