update oggvorbis dll

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
blub47474
Posts: 7
Joined: Wed Feb 24, 2010 1:42 pm
Operating System: Please select

update oggvorbis dll

Post by blub47474 » Sun Apr 17, 2011 1:11 am

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

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: update oggvorbis dll

Post by steve » Sun Apr 17, 2011 12:39 pm

Audacity does not contain ogg vorbis dll.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Edgar
Forum Crew
Posts: 2042
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: update oggvorbis dll

Post by Edgar » Sun Apr 17, 2011 4:11 pm

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.

blub47474
Posts: 7
Joined: Wed Feb 24, 2010 1:42 pm
Operating System: Please select

Re: update oggvorbis dll

Post by blub47474 » Mon Apr 18, 2011 2:38 am

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

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: update oggvorbis dll

Post by steve » Mon Apr 18, 2011 4:07 am

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
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked