Page 1 of 1

update oggvorbis dll

Posted: Sun Apr 17, 2011 1:11 am
by blub47474
Hiya,
Is is possible to update/replace ogg vorbis dll inside of Audacity?
Since the once in the current version in audacity is from 2001.
If yes which excat file and version from which do I please need to use?
Thx, blub47474

Re: update oggvorbis dll

Posted: Sun Apr 17, 2011 12:39 pm
by steve
Audacity does not contain ogg vorbis dll.

Re: update oggvorbis dll

Posted: Sun Apr 17, 2011 4:11 pm
by Edgar
from lib-srcliboggincludeoggogg.h:

Code: Select all

/********************************************************************
 *                                                                  *
 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
 *                                                                  *
 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2002             *
 * by the Xiph.Org Foundation http://www.xiph.org/                  *
 *                                                                  *
 ********************************************************************

 function: toplevel libogg include
 last mod: $Id: ogg.h,v 1.5 2008-02-01 22:07:10 richardash1981 Exp $

 ********************************************************************/
It seems that the OggVorbis code used in Audacity is v 1.5 and was last worked on by Richard Ash in 2008.

Re: update oggvorbis dll

Posted: Mon Apr 18, 2011 2:38 am
by blub47474
ok sorry about that.
When I checked the other day a file which I created with audacity MediaInfo Lite it said
that the ogg vorbis version is from 2007- not 2001 sorry again.
libVorbis 1.2 (UTC 2007-06-22)
anyway it seems if I want to update the vorbis dll I guess I have to recompile the package.
Or is there some other less hairer way?
Or has it something to do with the ffmpegplugin?
Thx again for any help.
blub47474

Re: update oggvorbis dll

Posted: Mon Apr 18, 2011 4:07 am
by steve
blub47474 wrote:anyway it seems if I want to update the vorbis dll I guess I have to recompile the package.
Audacity does not use the ogg vorbis dll.
The ogg vorbis library is built into Audacity, not as a separate dll.
blub47474 wrote:anyway it seems if I want to update the vorbis dll I guess I have to recompile the package.
Or is there some other less hairer way?
Yes there's probably a less hairy way.
Audacity can use external encoders (I've not actually tried using an external OggVorbis encoder, but I think it should work). See here: http://manual.audacityteam.org/man/Expo ... al_Program

I don't think we've yet got any specific examples for Ogg encoding, but you will find some other examples here: http://forum.audacityteam.org/viewtopic ... 28&t=53220