search for: vorbisenc

Displaying 20 results from an estimated 108 matches for "vorbisenc".

2004 Sep 23
1
MSVC files include vorbisenc in the vorbis dynamic library
Hi, A short mail to let you know that the MSVC project files aren't OK compared to the Makefiles. Indeed they include the vorbisenc part (vorbisenc.c file, and vorbis_encode_* function names in the .def file) inside the vorbis library, and they also point to a non-existant file (bitbuffer.h) Here is a patch to fix this, in case you are interested (patch made on the win32 directory using TortoiseSVN) : Index: win32/vorbis_d...
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
...ad pointed pointers, I think. >So I haven't been able to start testing yet. I have tried with static link >library and dynamic but nothing to do. > >Then I have downloaded the source and I got the same problem, but now I >know >in which exact line the error is. >Inside the vorbisenc.c, we have the following function: >static void codec_setup_partialcopy(codec_setup_info *ci, >codec_setup_info *cs){ >int i; >memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */ >/* codebooks */ >for(i=0;i<ci->books;i++){ >ci->book_param[i]=cs->bo...
2005 Jul 18
0
Oddcast & vorbisenc.dll
Hey oddsock, I was wondering why vorbisenc.dll is statically linked inside oddcastv3, yet vorbis.dll, ogg.dll, etc is not. This means I cannot update my stream to use a newer version of the encoder, and I can't try other tunings of encoders. I'm wondering if this is a mistake since vorbisenc.dll is distributed in your package, yet...
2001 Jul 19
2
win32: Encoder using vorbisenc.dll - AV?
Hello, When I compile either oggenc or encoder_example with static libraries, they work fine, but when I try them with the dynamic libraries, I get an access violation in vorbisenc.dll with both oggenc and encoder_example. Can anyone on win32 confirm this? It's strange because vorbisfile.dll *does* work with vorbisfile_example, and the configuration for vorbisfile.dll is exactly the same (only the names are different.) I guess it can't be a problem in the source...
2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
...file (16kHz or 22050Hz, stereo) in an ogg file by using vorbis-java library. I always obtain an error when calling: encoder.vorbis_encode_init_vbr( vorbisInfo, 2, 22050, 1); The error is: Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1 at org.xiph.libvorbis.vorbisenc.get_setup_template(vorbisenc.java:321) at org.xiph.libvorbis.vorbisenc.vorbis_encode_setup_vbr(vorbisenc.java:65) at org.xiph.libvorbis.vorbisenc.vorbis_encode_init_vbr(vorbisenc.java:82) at Vorbis.encode(Vorbis.java:390) at Vorbis.main(Vorbis.java:510) As I understand the library doesn't work...
2002 Aug 09
1
vorbisenc API docs
...the vorbis encoding API. My last questions on this list were regarding vorbis_encode_ctl(). Of course prior to posting such questions to the list, I checked the vorbis web site for info. Unfortunately there is no information on the related function, the page http://www.xiph.org/ogg/vorbis/doc/vorbisenc/vorbis_encode_ctl.html merely says: not yet implemented (even though it is). As I didn't get a response to my last question (though some earlier questions were answered, and much thanks for that), I'd like to know what is the "official policy" regarding the documentation of th...
2001 Aug 20
1
Another // comment
vorbis/lib/vorbisenc.c:138 and 157 have "//" comments. Patch included for the lazy (like me!). {+} Jeff Squyres {+} squyres@cse.nd.edu {+} Perpetual Obsessive Notre Dame Student Craving Utter Madness {+} "I came to ND for 4 years and ended up staying for a decade" Index: vorbis/lib/vorbisenc.c ==...
2002 Jul 19
2
vorbisenc 1.0 BLADEENC like wrapper
Hi, I released a BladeEnc-style wrapper for the Ogg Vorbis 1.0 codec which works with my CD ripper ACXtractor. You can download it from http://www.marvintec.com/en_download.htm Many thanks for all this great work ;-) <p>Best regards Stefan Schulz/ MarvinTec mailto:support@marvintec.com http://www.marvintec.com http://www.marvintec.de <p>--- >8 ---- List archives:
2012 Jul 31
0
No subject
...or example, at the start of the stream I set all necessary headers). The generated file, however, does not seem to be valid and does not play. Could somebody verify that my encoding logic is sound? Here is the C source on GitHub (based on libvorbis encoder_example.c) : https://github.com/mateusz-/vorbisenc.js/blob/master/encoder_example.c And, if it helps, here is the corrupted/invalid Ogg file : https://raw.github.com/mateusz-/vorbisenc.js/master/audio.ogg Thank you, Mateusz --0050450162ce51772604d594982a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hell...
2001 Sep 04
1
Problems trying to run the examples in windows vorbis sdk
...SVCRT.dll) : error LNK2005: _free already defined in LIBCMTD.lib(dbgheap.obj) MSVCRT.lib(MSVCRT.dll) : error LNK2005: _calloc already defined in LIBCMTD.lib(dbgheap.obj) etc... Then I have downloaded the source and I got the same problem, but now I know in which exact line the error is. Inside the vorbisenc.c, we have the following function: static void codec_setup_partialcopy(codec_setup_info *ci, codec_setup_info *cs){ int i; memcpy(ci,cs,sizeof(codec_setup_info)); /* to get the flat numbers */ /* codebooks */ for(i=0;i<ci->books;i++){ ci->book_param[i]=cs->book_param[i]; } /* time backe...
2001 Oct 05
1
Attn: darkeye@tyrell.hu RE: Darkice
...rsive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making all in src make[2]: Entering directory `/usr/src/download/darkice-0.6/src' c++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -c DarkIce.cpp In file included from DarkIce.cpp:79: VorbisLibEncoder.h:46:2: #error need vorbis/vorbisenc.h make[2]: *** [DarkIce.o] Error 1 make[2]: Leaving directory `/usr/src/download/darkice-0.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/download/darkice-0.6' make: *** [all-recursive-am] Error 2 Missing the vorbisenc.h file? Thanks for your help. Matt...
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...
2013 Feb 13
2
Vorbis encoding using JavaScript
Hello, First of all, I am a complete newblet to anything dealing with audio (a lot of the vocabulary is still rather mysterious to me). I also don't often program in C so please don't throw too many stones if my workflow is less than ideal. :) I would like to port the vorbis encoder to JavaScript. Instead of porting everything by hand from ground up, which would take who-knows-how-long,
2001 Sep 10
1
new DLL additions in core libs
Chris, re the DLL additions: In a word, *no*. That much Win32 specific code does not belong in a lib that's pure math and totally platform agnostic. It may be appropriate, assuming it's necessary, to add this in the win32 specific SDKs, but it has no business in the core libvorbis. Please move it out to a more appropriate place as soon as you possibly can. Secondly: I'd like to
2010 Nov 26
3
how to set default audio track?
...gst-launch for it: gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \ oggmux name=mux ! filesink location=out.ogg \ demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample ! audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ taginject tags="language-code=eng" ! vorbisenc ! queue ! mux. \ demux.audio_81 ! a52dec mode=2 ! audioconvert ! audioresample ! audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ taginject tags="language-code=ger" ! vorbisenc ! queue ! mux. \ demux.video_e0 ! mpeg2dec ! videocrop top=76 bottom=74 ! ffmpegcolorspace ! videorate !...
2004 Mar 24
3
oggenc in vorbistools 1.0.1
...s-1.0.1\oggenc\easyflac.h(77) : fatal error C1083: Cannot open include file: 'FLAC/stream_decoder.h': No such file or directory encode.c f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.c(18) : fatal error C1083: Cannot open include file: 'vorbis/vorbisenc.h': No such file or directory flac.c f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\flac.c(16) : fatal error C1083: Cannot open include file: 'FLAC/metadata.h': No such file or directory oggenc.c f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tool...
2002 Jan 01
6
new vorbisenc behaviour
Just got around to compiling RC3 under beos and came across an anomaly when using managed bitrates. I haven't changed the code for the beos encoder but I now get double the bitrates so vorbis_encode_init(&vi,mediaFormat.u.raw_audio.channel_count,(long)mediaFormat.u.raw_audio.frame_rate , -1, 128000, -1); now gives me vorbis files that average around 325 - 350. Is this now the correct
2004 Aug 06
2
Ices on Linux PPC
> > >seems odd.. > >with sh use >make 2>&1 1> output > >or with csh > >make >& output > >karl > I ran make again. Here is the output: Making all in src make[1]: Entering directory `/usr/ices/src' Making all in avl make[2]: Entering directory `/usr/ices/src/avl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory
2000 Nov 09
4
libvorbis compile failure
The latest CVS update of libvorbis fails to compile on SuSE Linux 6.4. The error is below. Also, what happened to the xmms plugin directory in cvs? It complains that it is missing when I do a 'cvs update'. gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0beta3\" -DHAVE_ALLOCA_H=1 -DHAVE_ ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fs
2004 Aug 06
0
Ices on Linux PPC
...h undeclared identifier is reported only once > encode.c:92: for each function it appears in.) > encode.c:96: `OV_ECTL_RATEMANAGE_SET' undeclared (first use in this function) > encode.c:101: `OV_ECTL_RATEMANAGE_AVG' undeclared (first use in this function) All this should be in the vorbisenc.h file, can you check that file, do things like grep OV_ECTL_RATEMANAGE_GET /usr/include/vorbis/vorbisenc.h it should show #define OV_ECTL_RATEMANAGE_GET 0x10 if not, check the vorbis and ogg installations (best go for v1.0), if it does, check that there is a #include <vorbis/vorbisen...