search for: libvorbisenc

Displaying 20 results from an estimated 116 matches for "libvorbisenc".

2002 Aug 02
1
Problems with ogg/vorbis python bindings.
...f libao, libogg, libvorbis, vorbistools, pyogg, and pyvorbis. This is the ldd output on vorbismodule.so asqui@martha:/usr/lib/python2.1/site-packages/ogg$ ldd vorbismodule.so libvorbis.so.0 => /usr/local/lib/libvorbis.so.0 (0x4000e000) libvorbisfile.so.3 => not found libvorbisenc.so.2 => not found libc.so.6 => /lib/libc.so.6 (0x4002f000) libm.so.6 => /lib/libm.so.6 (0x4014c000) libogg.so.0 => /usr/local/lib/libogg.so.0 (0x4016d000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) I still get an import error. >>>...
2006 Jan 21
1
do you have libvorbisenc.h ?
...one who whants to do a project using vorbis libraries for encoding. I'm very impressed about what this codec can do and I want to use it. I have a school project in which I want to compress a wave file , using the power of many computers from a local network. So I'm asking you , if you have libvorbisenc libraries (Libvorbisenc 1.1) especially libvorbisenc.h and if it is possible , to send them to me , because after a long search between all the uploaded files I didn't find it yet. Thank you very much and I'm waiting for your reply Sincerely yours , Raluca Chiran -------------- next part...
2001 Oct 11
2
cvs of libvorbisenc is broken.
oggenc is not responding to the -b <kbitrate> option. No matter what i set it to, libvorbisenc seems to encode the audio file at the same exact bitrate each time and it is very filesize biased. It's basically ignoring it even though the output of oggenc as it's encoding specifically states the kbit rate i told it to encode at (on average). --- >8 ---- List archives: http...
2002 Jul 21
1
Libvorbisenc.so.O
I am running SuSE 7.3 600 Mhx Celeron 20gig hd On trying oggenc for the first time on a test .wav file oggenc test.wav I get Error while loading shared libraries: /usr/lib/libvorbisenc.so.0: undefined symbol: _time P Any suggestions? Until I upgrade to kernel 2.4.18 and ALSA 0.9 I just need to get this working. Upgrade...soon...very...soon/. Thanks --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from...
2006 Jan 27
1
please help me with some files
...d about what this codec can do and I want to use it. I have a school project in which I want to compress a wave file , using the power of many computers from a local network. So I'm asking you , if it is possible , to upload on your site (or send them to me , if i'm not asking too much) the libvorbisenc libraries (Libvorbisenc 1.1) , especially libvorbisenc.h , because after a long search between all the uploaded files I didn't find it yet. Thank you very much for everything and I'm waiting for your reply Sincerely yours , Raluca Chiran University Politehnica of Bucharest Romania ------...
2002 Aug 15
2
dynamicly loading libvorbisenc on Mac OSX
Hi, I'm trying to load the vorbis libs dynamicly on Mac OS X. I've got success for libogg, libvorbis and libvorbisfile. But libvorbisenc drives me crazy. The function "vorbis_encode_init" seems not to be in there if I am using "NSLookupSymbolInImage". But the tools "otool" and "nm" tell me that the function is declared. Does anyone know, what I have to do to get this working ? arne --- >...
2002 Feb 20
0
How to use libvorbisenc
...n ? - in order to init an encoding process, we need to provide rate ... What is this rate in comparison with bitrate ? is it 48khz ? so I have to put 48 ? - I would like to get the real time rate of encoding : Is it possible with libvorbisogg ? And finally, is there any very simple example using libvorbisenc ? Many thanks for your help !!! Stéphane PERON <p>Ce message contient des informations confidentielles ou appartenant au Crédit Lyonnais et est établi à l'intention exclusive de ses destinataires. Toute divulgation, utilisation, diffusion ou reproduction (totale ou partielle) de...
2007 Sep 18
1
vorbis-tools configure
..../configure --with-vorbis-libraries="/home/alex/Desktop/aotuv-b5_20061024/lib/.libs" --with-vorbis-includes="/home/alex/Desktop/aotuv-b5_20061024/include" --disable-ogg123 Here is list of directories .libs and include: ~/Desktop/aotuv-b5_20061024/lib/.libs $ ls analysis.o libvorbisenc.la libvorbisfile.so.3.1.1 mdct.o bitrate.o libvorbisenc.lai libvorbis.la psy.o block.o libvorbisenc.so libvorbis.lai registry.o codebook.o libvorbisenc.so.2 libvorbis.so res0.o envelope.o libvorbisenc.so.2.0.2 libvor...
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
...ing, but it seems like it got stuck in the moderation queue, so I subscribed and re-sent it.] I'm doing some work on audio fingerprinting for a school project (more precisely, my master's thesis. I got a hint on #vorbis that I might want to look into the internal floor representations in libvorbisenc to get out audio data after the psychoacoustic masking, but I'm having problems actually getting out the right data. Basically, I'm looking in mapping0.c, dumping out the debugging information that's already there. One of the most promising places seemed to be just before floor1_fit, b...
2002 Dec 11
1
Docs Missing
Hi All, The "libvorbisenc api reference" (http://www.xiph.org/ogg/vorbis/doc/vorbisenc/reference.html) exists, but appears to be the libvorbisfile api reference. Is there anywhere where I can find the "libvorbisenc api reference"? Cheers -- Andrew Baker --- >8 ---- List archives: http://www.xiph.org/ar...
2002 Jan 02
2
RC3 Changes needed for MacOS
...nalysis +vorbis_bitrate_addblock +vorbis_bitrate_flushpacket # Vorbis PRIMITIVES: synthesis layer @@ -43,10 +45,10 @@ _vi_psy_copy _vp_compute_mask -_vp_apply_floor ### From "xxx.h" (for VorbisEncLib) _time_P _floor_P _residue_P _mapping_P +residue_free_info Index: mac/libvorbisenc.mcp.exp =================================================================== RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisenc.mcp.exp,v retrieving revision 1.1 diff -u -r1.1 libvorbisenc.mcp.exp --- mac/libvorbisenc.mcp.exp 2000/11/22 06:15:19 1.1 +++ mac/libvorbisenc.mcp.exp 2002/01/03 07:21:48...
2002 Feb 20
4
Questions about libvorbisenc
...n ? - in order to init an encoding process, we need to provide rate ... What is this rate in comparison with bitrate ? is it 48khz ? so I have to put 48 ? - I would like to get the real time rate of encoding : Is it possible with libvorbisogg ? And finally, is there any very simple example using libvorbisenc ? Many thanks for your help !!! Stéphane PERON Ps : This my second post of the message.. sorry you have already received it. <p>Ce message contient des informations confidentielles ou appartenant au Crédit Lyonnais et est établi à l'intention exclusive de ses destinataires. Tout...
2009 Mar 15
1
vorbisenc creates silent ogg files on ARM EABI
Hi Sorry, the reason I joined the list is for help finding a bug that occurs when libvorbisenc is compiled and run on ARM EABI systems (current Debian, Gentoo, OpenEmbedded etc). The symptom is that oggenc produces shorter ogg files than it should (about 1/2 size) that decode to the correct duration but of total silence. libvorbis/examples/encoder_example does the same on these systems, b...
2004 Oct 13
4
cpu usage for ices and oggenc
...lly no cpu (0.0%), but oggenc is using 15-16%. I can't see why there should be such a difference - both are recording the same audio stream in real time at the same bitrate. oggenc is getting its input as a raw audio pipe from ecasound. I checked with ldd, and both are using the same version of libvorbisenc. Why is this happening?
2004 Oct 13
4
cpu usage for ices and oggenc
...lly no cpu (0.0%), but oggenc is using 15-16%. I can't see why there should be such a difference - both are recording the same audio stream in real time at the same bitrate. oggenc is getting its input as a raw audio pipe from ecasound. I checked with ldd, and both are using the same version of libvorbisenc. Why is this happening?
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
...9; /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o -lvorbisenc -lvorbis -lm -logg ../share/libutf8.a ../share/libgetopt.a gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x90): undefined reference to `vorbis_encode_init_vbr' encode.o(.text+0x342): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+...
2001 Dec 14
3
libvorbis and vorbis
...rbis-1.0beta4-3".I downloaded a new package called"libvorbis-1.0rc2-1". When I tried to installed it, there is a conflict problem: file /usr/lib/libvorbis.so.0.0.1 from install of libvorbis-1.0rc2-1 conflicts with file from package vorbis-1.0beta4-3. file /usr/lib/libvorbisenc.so.0.0.1 from install of libvorbis-1.0rc2-1 conflicts with file from package vorbis-1.0beta4-3. Any suggestion? Thank you. ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2...
2008 May 02
0
error while cross compiling libvorbis
...ib' /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbisfile.la' '/root/ogg/lib/libvorbisfile.la' libtool: install: error: cannot install `libvorbisfile.la' to a directory not ending in /usr/local/lib /bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbisenc.la' '/root/ogg/lib/libvorbisenc.la' libtool: install: error: cannot install `libvorbisenc.la' to a directory not ending in /usr/local/lib make[3]: *** [install-libLTLIBRARIES] Error 1 make[3]: Leaving directory `/home/dileep/ogg/libvorbis-1.2.0/lib' make[2]: *** [install-am] Err...
2004 Aug 06
1
Why is libvorbis so big ?
I've been looking at the organisation of my project trying to trim down it's size a touch... and libvorbis, is really the only think bigger than 100k coming in at over 1 meg .dll I've been looking through the code for vorbis_enc as that's the object file taking 95% of the space, and i can't figure out why it is so damn big... there's only a few thousand lines of code there
2002 Jul 15
2
Patches and questions for spec files
...necessary, I guess you should leave it as it is, but if it's not really necessary, and you could also get by by only changing the second so number. The reason I'm saying this is because on a standard redhat system (with or without ximian), a few packages REQUIRE libvorbisfile.so.0 and libvorbisenc.so.0, and thus at this point users having those packages are unable to upgrade to the new 1.0 release without problems. Packages in question are, among others, SDL, sox, tuxracer, xmms, and a few more. Some of these are very common, so if you can, please consider the question if this new libtool...