similar to: WinAmp plug-in based on RC1?

Displaying 20 results from an estimated 1000 matches similar to: "WinAmp plug-in based on RC1?"

2002 Jan 01
1
RC3 OggDrop
Hi, It's nice to see my patch in action. Who made the "Save Quality" dialog box? I think it should also contain the bitrate itself as a reference. Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xccu.sourceforge.net/ http://xcc.tiberian.com/ <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2001 Aug 21
1
Minimal decoder version for RC2 encoded files
Hi, What version of the decoder do I need to decode RC2 encoded files? I used beta 4 in some utilities and I didn't download the newest vorbis source yet and a user reported the utility didn't work. Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xcc.tiberian.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2001 May 25
2
Winamp plug-in update
http://www.blorp.com/~peter/zips/in_vorbis.zip another bunch of bugfixes and some new features (see tag editor advanced mode) -Peter -- 26 maja - Dzien Matki. Wygraj kwiaty dla swojej Mamy! Do rozdania 75 bukietow z dostawa i zyczeniami. [ http://zakupy.onet.pl/prezenty.asp?k=7 ] --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2001 Nov 12
1
WinAmp RC1/RC2 problem
Hi, I've got a number of sound effects for a mod of a game in Ogg Vorbis format, encoded with OggDrop (RC2). WinAmp with Nullsoft Vorbis Decoder RC1 and RC2 freeze when I try to play those files. Maybe it's because the files are so small? Both OGG and WAV versions can be found at http://xccu.sourceforge.net/temp/winamp_crash.zip Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL
2001 Sep 12
1
Small OggDrop menu patch
Hi, This one adds shortcuts to the pop up menu. -- Olaf van der Spek http://xcc.tiberian.com/ Index: Script.rc =================================================================== RCS file: /usr/local/cvsroot/win32-tools/oggdrop/Script.rc,v retrieving revision 1.5 diff -r1.5 Script.rc 77c77 < POPUP "Bitrate" --- > POPUP "&Bitrate" 88c88 <
2000 Dec 24
2
Using vorbisfile with an in-memory file instead of FILE*
Hi, How can I use vorbisfile when I've already read the data into memory of an OGG file? Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xcc.tiberian.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2001 Jan 03
1
Use of const
> Neither. initial could be const, but isn't. libvorbis doesn't make much > (any?) use of the const keyword, though there are plenty of places it would > probably be good to use. Because the source files are C and not C++, parameter types aren't checked, so is the use of const really a good idea? For example, this compiles fine (on VC++ 6), but itsn't right: int
2001 May 11
2
Vorbis support in Winamp
I would like you guys to test the latest version of my plug-in: http://www.blorp.com/~peter/zips/in_vorbis.zip This one is considered the final version and there are no known bugs in it, but you might be able to find some. quick notes: * HTTP seeking is as slow as hell, don't use it. * UTF8 stuff should (finally) work correctly now. -Peter PS. Better genre editor user IS being worked on.
2002 Apr 28
1
Winamp 2.80 Vorbis problem confirmed on my comp
I first downloaded Winamp Lite, which did not have Vorbis plugin, and installed the latest PP Vorbis plugin: http://www.blorp.com/~peter/zips/in_vorbis.exe That did not work, for some reason. Afterwards, I downloaded the Standard version and tried playing ogg files: it didn't work either. I installed the latest PP Vorbis plugin over this version, but still the same. What's up?? I
2002 Dec 23
5
Bzip2 & Ogg Vorbis
Hi, I've got some (seven) Ogg Vorbis files with a total size of 18637246 bytes. When I use bzip2 to compress these files, the total size is 16949443. That's 10% less. Is bzip2 supposed to be able to compress Ogg Vorbis files further? If not, are these files encoded with wrong settings? If so, why is there no option to use bzip2 with Ogg Vorbis by default? Olaf van der Spek Almere,
2001 Jun 07
1
another plug-in update (v1.05)
http://www.blorp.com/~peter/zips/in_vorbis.zip fixes some problems with streaming, better tag updating logic, etc. -Peter --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed.
2001 Apr 19
3
Alternate winamp plugin.
Hello everyone, I just thought that you should know that I was talking to someone the other day and it seems that someone fairly close to Nullsoft has created his own winamp plugin. I'm just suggesting this as an alternate plugin for those that wish to try it. I had nothing to do with writing it so please don't e-mail me about it. It's slightly more finished than the current winamp
2001 Nov 12
1
Vorbisfile: non-seekable
Hi, I use the following code: if (ov_open(NULL, &vf, const_cast<char*>(reinterpret_cast<const char*>(get_data())), get_size()) < 0) error = 0x100; else { vorbis_info* vi = ov_info(&vf, -1); Cvirtual_file f; const int cb_samples = ov_pcm_total(&vf, -1); const bool seekable = ov_seekable(&vf); So all data is already in memory and passed to
2001 Nov 30
1
Ogg Drop?
Hi, I asked this before, but it seems it hasn''t been updated. Who is responsible for this and what are the problems? The changes are in CVS (IIRC), but not in the current EXE available for downloading. Olaf van der Spek Almere, Holland Olaf@XCC.TMFWeb.NL http://xccu.sourceforge.net/ http://xcc.tiberian.com/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project
2001 Nov 22
14
Small vorbis files with vorbisfile
I think I have bumped into the small file error, or I''m doing something stupid. The files are short audio effects for a game (embedded in our own data format). Sample info: Vorbis packets: 1 (4 kb) Samples: 28672 Samplerate: 22 kHz Channels: 2 This is what I''m doing when I want to get a number of bytes from the stream: The problem is that ov_pcm_tell always returns 0. And so
2001 Dec 07
1
Winamp plugin installation
Okay, this is a nitpick but I gotta do it. First the background: I'm trying to convince a diehard mp3 coworker of mine to use ogg for his personal project along side of mp3 and having a tough time. His gripe is that the default players all support mp3 (Winamp and wma) but not ogg and that his listeners won't want to go out and install it. We have now set up a huge shared drive on the
2001 May 30
1
winamp plugin crashes
Hi! My winamp crashes when i play this file: http://rehlin.hemmet.chalmers.se/~papa/files/test.ogg the wav is in the same place. Does someone else have the same 'problem'? (ok, i know its a silly test sound, but i still think it should decode without crashing) ome numbers: betaversion of oggenc: 4 bitrate used: 350 version of winamp: 2.74 version of vorbis plugin: 1.04 windows: 2000 pro
2002 Jul 20
3
Difficulty w/1.0 and Sonique/Winamp
I am very excited to see the Vorbis 1.0 out. Unfortunately, neither Sonique 1.808a nor Winamp 2.5 is willing to play the resulting files. Only silence. I tried the simple case of 'oggenc track1.wav' and it created the expected track1.ogg, 3.5MB in size with avg. bitrate of 110kbps at default quality 3. These applications worked fine with a much older version of oggenc. Maybe Beta 2
2001 Jun 18
2
winamp plug-in with RC1 decoder
http://www.blorp.com/~peter/in_vorbis_test.zip report any bugs -Peter --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be
2002 Apr 27
2
Winamp support at last!
I've just spotted that the latest version of Winamp (v2.80) has support built in (not requiring the plugin to be installed) at last. At least according the the "new features" section. Regards, Tone. <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to