similar to: MSVC files include vorbisenc in the vorbis dynamic library

Displaying 20 results from an estimated 500 matches similar to: "MSVC files include vorbisenc in the vorbis dynamic library"

2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph, Two diffs. One for vorbis.def and the other for vorbisfile.def. Hope they work!! regards John -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbisdef.diff Type: application/octet-stream Size: 256 bytes Desc: vorbisdef.diff Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj -------------- next part
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
2003 Mar 03
1
vorbis patch for latest code
Here are files that need to be modified for win32 systems to compile with the latest changes (ov_crosslap, vorbis_window) by xiphmont: Index: include/vorbis/codec.h =================================================================== RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v retrieving revision 1.42 diff -r1.42 codec.h 211a212 > extern float* vorbis_window(vorbis_dsp_state
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 it is not used. It would be very nice if you could
2002 Aug 09
1
vorbisenc API docs
Hi, I'm trying repeatedly to get some more information on 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
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:
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, but
2001 Sep 05
4
Problems trying to run the examples in windows v orbis sdk
Yes, it works now. Thank you very much. -----Original Message----- From: Chris Wolf [mailto:cwolf@starclass.com] Sent: 05 September 2001 10:12 To: vorbis-dev@xiph.org Subject: Re: [vorbis-dev] Problems trying to run the examples in windows vorbis sdk On 9/4/2001 at 6:00 PM Pablos-Sanchez, Rolando wrote: >I have just downloaded the vorbis sdk for windows, for researching >purposes. >
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
2001 Sep 04
1
Problems trying to run the examples in windows vorbis sdk
I have just downloaded the vorbis sdk for windows, for researching purposes. I have compiled the example 'encoder_example.c' just to start, and it compiles, but I got a error in the following line just at the beginning: vorbis_encode_init(&vi,2,44100, -1, 128000, -1); The error is more or less: The instruction at '0xaddresss' referenced memory at '0xaddress'. The
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
2009 Apr 16
2
Query Regarding Vorbis Audio codec
Dear Moderator, I downloaded Vorbis 1.2.0 code from your website and I tried to build a project in Visual studio 2008, as the earlier version was created in VC 6 version it has been modified here. In the solution I have 6 projects vorbis_dynamic, vorbis_static, vorbisenc_dynamic, vorbisenc_static, vorbisfile_dynamic, vorbisfile_static. When I tried to built the project, it shows error that it
2001 Oct 05
1
Attn: darkeye@tyrell.hu RE: Darkice
You helped me a few weeks ago setup DarkIce. Well I had nothing but problems doing it on RH62 so... here I am again but this time armed with RH71. I followed your instructions for installing lame and ogg vorbis and it's all fine. When I tr to install DarkIce though I get the following error. # make make all-recursive make[1]: Entering directory `/usr/src/download/darkice-0.6' Making
2004 Mar 24
3
oggenc in vorbistools 1.0.1
Hello, Iam trying to compile oggenc to create oggenc.exe but i have 6 errors in the compilation. I have done like this: 1)I create a project in visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file:
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
2018 Nov 03
0
Encode raw audio samples using Vorbis JAVA
Hello, I'm trying to encode a raw audio 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
2010 Nov 26
3
how to set default audio track?
Hallo oggs, i googled it but still can't find any answer: how can i set default audio track? I transcode my dvds to ogg, i use 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
2004 Sep 14
2
OGGDS\OggSDK missing from svn
Hello, I am trying to get hold of the sources for the ogg vorbis DirectShow filter. I have checked out trunk\oggds, but the solution refers to projects under OggSDK, viz: "OggSDK\ogg\win32\ogg_dynamic.vcproj" "OggSDK\vorbis\win32\vorbis_dynamic.vcproj" "OggSDK\vorbis\win32\vorbisenc_dynamic.vcproj" ....which do not appear to be in subversion. The