[vorbis-dev] Win32 DLL

Andy Key scsiprog at hotmail.com
Sun Jun 25 23:38:58 PDT 2000



Hi John,

Yes, I had already found that one and fixed it -- that's what happens when 
you add something and don't test it.  Currently I'm planning on releasing a 
new version of my ripper tomorrow with the vorb_enc.dll included.  I've 
added code to handle the comments header for the ogg stream as well, and it 
appears to integrate nicely with the WinAmp plugin.

I'll build and post the new DLL shortly.

regards,
Andy

>From: "John Zitterkopf" <zitt at bigfoot.com>
>Reply-To: vorbis-dev at xiph.org
>To: <vorbis-dev at xiph.org>
>Subject: Re: [vorbis-dev] Win32 DLL
>Date: Sat, 24 Jun 2000 23:59:45 -0700
>MIME-Version: 1.0
>Received: from [216.7.183.2] by hotmail.com (3.2) with ESMTP id 
>MHotMailBB1EF8F00019D82197ABD807B70210D30; Sun Jun 25 00:00:05 2000
>Received: by motherfish.xiph.org (Postfix)id 46DA01A1007; Sun, 25 Jun 2000 
>00:02:03 -0700 (PDT)
>Received: by motherfish.xiph.org (Postfix, from userid 30)id 336DE1A100C; 
>Sun, 25 Jun 2000 00:02:03 -0700 (PDT)
>Received: from router.zittware.com (sub35-246.member.dsl-only.net 
>[216.36.35.246])by motherfish.xiph.org (Postfix) with ESMTP id 
>4AE501A1007for <vorbis-dev at xiph.org>; Sun, 25 Jun 2000 00:02:01 -0700 (PDT)
>Received: from ZITTWARE1 (zittware1.zittware.com [192.168.0.1])by 
>router.zittware.com (Postfix) with SMTP id 8FCC2217B6for 
><vorbis-dev at xiph.org>; Sat, 24 Jun 2000 23:59:45 -0700 (PDT)
>From owner-vorbis-dev at xiph.org Sun Jun 25 00:03:08 2000
>Delivered-To: vorbis-dev-outgoing at xiph.org
>Delivered-To: vorbis-dev at xiph.org
>Message-ID: <006601bfde72$f1f35f80$0100a8c0 at zittware.com>
>References: <20000620074140.84582.qmail at hotmail.com> 
><009e01bfde2a$e61016b0$f7ffa8c0 at zittware.com>
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Mailer: Microsoft Outlook Express 5.00.2919.6700
>X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
>Sender: owner-vorbis-dev at xiph.org
>Precedence: bulk
>
>Andy / All,
>
>I fixed the the problem with the encoder dll:
>
>in
>
>BOOL thisStreamSucks( HBE_STREAM hbeStream )
>
>the line that reads
>if ( !bFirst )
>
>should read
>   if ( bFirst )
>
>Not bFirst causes the astreams stucture to be reinitialized to NULLs which
>then cause the stream check below this line to fail.
>
>John
>
>----- Original Message -----
>From: "John Zitterkopf" <zitt at bigfoot.com>
>To: <vorbis-dev at xiph.org>
>Sent: Saturday, June 24, 2000 3:24 PM
>Subject: Re: [vorbis-dev] Win32 DLL
>
>
> > Andy,
> >
> > I renamed the VORBIS dll to bladenc.dll and ran it with my application. 
>It
> > returned the following error:
> >
> > Failed to encode track C:\DOCUME~1\ZITT\LOCALS~1\TEMP\METALLICA - RIDE 
>THE
> > LIGHTNING (05) TRAPPED UNDER ICE.WAV to 11: beEncodeChunk() failed - 4
> > C:\Temp\Metallica\Ride The Lightning\METALLICA - RIDE THE LIGHTNING (05)
> > TRAPPED UNDER ICE.MP3
> >
> > I'm going to look further into this tonight... after I mow the lawn.
> >
> > John
> >
> > ----- Original Message -----
> > From: "Andy Key" <scsiprog at hotmail.com>
> > To: <vorbis-dev at xiph.org>
> > Sent: Tuesday, June 20, 2000 12:41 AM
> > Subject: [vorbis-dev] Win32 DLL
> >
> >
> > > I've put together a first cut for a Win32 DLL using the BladeEnc
> > interface.
> > > Right now, it's just a drop-in replacement for BladeEnc.dll that 
>ignores
> > all
> > > encoding parameters passed to it and uses the info_A vorbis_info 
>struct
> > > (same as the encoder_example).
> > >
> > > It's not particularly useful as of yet, but you can rename it to
> > > BladeEnc.dll and use it with any number of rippers out there -- you 
>just
> > > have to rename the resulting MP3 files to OGG...  I'm in the process 
>of
> > > updating my ripper to support it as well.
> > >
> > > The URL:
> > >   http://xtractor.sourceforge.net/vorbdll-20000620.zip
> > >
> > > --
> > > Andy
> > > 
>________________________________________________________________________
> > > Get Your Private, Free E-mail from MSN Hotmail at 
>http://www.hotmail.com
> > >
> > >
> > > --- >8 ----
> > > List archives:  http://www.xiph.org/archives/
> > > Ogg project homepage: http://www.xiph.org/ogg/
> > >
> >
> >
> > --- >8 ----
> > List archives:  http://www.xiph.org/archives/
> > Ogg project homepage: http://www.xiph.org/ogg/
> >
>
>
>--- >8 ----
>List archives:  http://www.xiph.org/archives/
>Ogg project homepage: http://www.xiph.org/ogg/

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/



More information about the Vorbis-dev mailing list