search for: vorb_enc

Displaying 4 results from an estimated 4 matches for "vorb_enc".

2000 Jun 26
4
New version vorb_enc.dll
Hi all, I've just posted another version of vorb_enc.dll (w/source code) at http://xtractor.sourceforge.net/vorbdll-20000626.zip It will still work as a drop-in replacement for bladeenc.dll (just rename the files that your ripper creates from MP3 to OGG), but will also accept info for the ogg comment header in the vorb struct in the format union...
2002 Sep 02
0
encoding PCM chunks?
Hi everyone, I was wondering if someone could shed some light on encoding chunks of PCM data rather than files. My starting point is pretty much that of vorb_enc.dll by Andy Kay and the encoder_example.c from vorbis 1.0 distribution. From what I gather encoder setup goes through fine, but when I get a PCM chunk to encode, I can't get past uninterleaving samples, it seems to die with EXCEPTION_ACCESS_VIOLATION while uninterleaving. Any ideas? I guess w...
2001 Jul 04
1
Ogg Vorbis ripping/encoding on Windows
...annoyed me. Some programs on 'Other Software Which Supports Ogg Vorbis' page at Vorbis.com seems to be bit problematic. As far as I know, at least two of them have not updated their plug-ins for a while. 1. 'CD-DA X-Tractor' vorbenc-20001018.zip as 'Latest released version of vorb_enc.dll' 2. 'Media jukebox' 11/16/2000 is the date of Ogg Vorbis plug-in I am not telling that they are bad programs but do you think they are good introduction for new users to Ogg Vorbis? They may update their plug-ins after the release of non-beta version, though. Why the programs be...
2000 Jun 20
5
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