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
update oggvorbis dll
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.
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.
Re: update oggvorbis dll
Audacity does not contain ogg vorbis dll.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: update oggvorbis dll
from lib-srcliboggincludeoggogg.h:
It seems that the OggVorbis code used in Audacity is v 1.5 and was last worked on by Richard Ash in 2008.
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 $
********************************************************************/
Re: update oggvorbis dll
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
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
Audacity does not use the ogg vorbis dll.blub47474 wrote:anyway it seems if I want to update the vorbis dll I guess I have to recompile the package.
The ogg vorbis library is built into Audacity, not as a separate dll.
Yes there's probably a less hairy way.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?
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)