similar to: oggdropXPd V1.6.11c

Displaying 20 results from an estimated 600 matches similar to: "oggdropXPd V1.6.11c"

2005 Jun 14
3
lack of detail for exception in ov_open
I am having one frustrating time trying to decipher why ov_read is failing in my MFC/C++ application, and I see in Google results that others have had difficulty as well. These google discussions generally involve libraries, dll's and linking options, as though there are perhaps some basic incompatibilities between ogg vorbis and win32 and/or MFC/C++. Very confusing. If I pass fopen a
2002 Dec 25
1
some weird filename related error
Both OggDropXPd 1.6 beta 13 & the modified version of CDex from the site i got OggDrop XPd 1.6 beta 13, and the ogg output plugin for winamp have a problem with this filename: Pre Club Mix (Mixed by DJ Pete Gooding) - Cafe Mambo The Real Sound Of Ibiza - David Morales and Albert Cabrera present Moca feat Deanna - Higher (Mo and Al's Original Mix) and this one 001_Pre Club Mix (Mixed by
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing: 1) What exactly will I replace my waveOut functions with? 2)
2005 Oct 17
6
Error Executing sampledec in VC++
Hi Steve, thanks for the advice. I placed the appropriate functions outside the while statement but I still get this error at the while loop: First-chance exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access violation reading location 0x0000000c. Unhandled exception at 0x004010fa in SPXDEC.exe: 0xC0000005: Access violation reading location 0x0000000c. It looks like the same error. I've
2001 Aug 30
1
Some minor refactoring of Oggdrop build environment
I performed a minor amount of refactoring of the build environment for oggdrop. These include: Action: Added a workspace to manage project files and dependencies Purpose: To build all dependent libraries before attempting to build oggdrop -- i.e. provide one-step build process. Instead of opening "oggdrop.dsp", open "oggdrop.dsw" Action: Added
2003 Nov 26
3
Updated OggDrop ?
Are the ogg/vorbis programs updated to v1.0.1 ? OggDrop for example ? Regards, David ---------------------------------------------------------------------------- ----------- David Balazic mailto:david.balazic@hermes.si HERMES Softlab http://www.hermes-softlab.com Zolajeva 30 Phone: +386 2 450 8851 SI-2000 Maribor Slovenija
2001 Feb 26
1
[fwd] Re: Can't encode anything using Oggdrop Beta 4 (from: bryandanielkennedy@hotmail.com)
I don't know enough to tell if this is pilot error on the user's part or a legit problem. Advice requested (also Cc: the original user if you can). ----- Forwarded message from Bryan Kennedy <bryandanielkennedy@hotmail.com> ----- Delivery-Date: Mon Feb 26 22:07:54 2001 From: "Bryan Kennedy" <bryandanielkennedy@hotmail.com> To: "Monty"
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2006 Feb 09
2
zipping an ogg file
A recent discussion brought a question to mind: How much effect does zipping and unzipping an ogg file have on the original form? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060209/2e81e6fe/attachment.html
2002 Jan 01
3
Easier OggDrop version
Hi. I think that the vorbis team should use this version of OggDrop RC3 as the official OggDrop RC3, because the menu interface is easier to use (& you can see what kind of mode you have chosen). http://www.inf.ufpr.br/~rja00/BQoggdropC1.zip See this thread for more info: http://www.hydrogenaudio.org/forums/showthread.php?s=&postid=4683 <p>I only have one problem now: what
2007 May 19
3
streaming ogg
We are finding that when we stream an ogg file via a .m3u file on our server, playing it with Winamp, pausing the player for an extended period of time results in unpredictable results, such as the file ceasing to play before EOF. Is this a Winamp issue, or is there something someone can tell me about streaming ogg in this manner? -------------- next part -------------- An HTML attachment was
2001 Aug 17
1
Oggdrop issue
Hello all, When I drag the Oggdrop window and pull it around, it disappears from my desktop - it's still visible on the tray, though. Anybody else noticed that? (I'm using RC2 oggdrop from vorbis.com, under Win2K SP2) -- Cheers, _____________________________ SyP (_Szabolcs Péter PGP Key ID: _____________________)ICQ# 69968772 0x098AEC13 --- >8 ----
2001 May 05
1
fix for oggdrop disappearing window
Hi, I don't know if this problem has been looked at yet. The latest version of oggdrop I found was at http://www.vorbis.com/files/beta4/windows/oggdrop-1.0beta4.zip. If you whip the window quickly from right to left, the client mouse coordinate in WM_MOUSEMOVE *can* be negative and so the LOWORD and HIWORD macros will cast the mouse coordinates to insanely high 64K-ish values. Then the
2002 Dec 11
4
Corrupted OGGs (Winamp or Mac OS?)
I recently ripped a bunch of tracks to ~192 VBR OGG using OGGDROP XPd v. 1.1 running on Win98 SE and they worked fine and sounded great in Winamp 2.80. I then edited the tags (also with Winamp 2.80) and copied the files over to to my Mac G4 running OS 9.0.4, where they sat untouched for about a month. Now, having copied them back to my Win98 SE machine, they won't play in Winamp,
2007 Apr 29
2
icecast
Being one who deals with one software after another, and now looking at the possibility of using icecast to stream ogg clips on my website, I would like to ask before I go much further in the matter: Is icecast likely to introduce further issues and irregularities among visitors to my site? Will using icecast pull me deeper into programming, or will it be mainly a matter of setup? Right now I
2002 Jul 15
2
oggdrop with quality < 0
If anyone is interested, I smushed the less than 0 quality rate setting into oggdrop. The diff is below. Alan <p><p>Index: encthread.c =================================================================== RCS file: /usr/local/cvsroot/win32-tools/oggdrop/encthread.c,v retrieving revision 1.9 diff -r1.9 encthread.c 117,118c117,118 < if (quality < 0) < quality = 1; ---
2001 Mar 01
2
Pre-echo like noises on Beta4
Hi, there. Although I'm not a hacker at all, I noticed an audible noise on Beta 4 encoded files. So, I'd like to report it here. I ripped and encoded 'A Day Without Rain' on the album with the same name By Enya into Vorbis using Oggenc and Oggdrop Beta 4 from the Vorbis site. (You know, she is quite an encoder-killer.) At all the bitrates, files encoded by Oggdrop had audible
2002 Sep 04
2
OggDrop version ?
How can I find out the version of the OggDrop program ? It has no version info ( no About box ) and the exe file properties has no Version tab. What version of the vorbis libraries is it using ? The same goes for OggDropXP ( it is a bit better , it has an about box with it version and compile date, but still no info about the used ogg/vorbis libs and no Version property for the file ) Regards,
2001 Aug 14
1
oggdrop issues
It may just be me, because Windows is behaving very strangely right now, but it looks like oggdrop generates the same file for both 64 and 80 kbit modes, both are 64. Also, I think somebody must have assumed that Windows can multitask. Should oggdrop perhaps lower its priority or something? I can do it manually, but it makes things crawl, and sound cut out, if I don't. --- >8 ---- List