similar to: Using libvorbis and vorbisfile in the Windows 8 store app environment

Displaying 20 results from an estimated 200 matches similar to: "Using libvorbis and vorbisfile in the Windows 8 store app environment"

2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
Hi! I have trouble compiling the flac library using Microsofts free (yes MS gives it away including the optimizing C++ compiler msvc8.0) Visual Studio Express 2005. I get the output shown below. Does anyone have a way to make flac compile in VS 2005? Thanks! Ulrik 1>------ Rebuild All started: Project: replaygain_analysis_static, Configuration: Debug Win32 ------ 1>Deleting
2002 Dec 08
0
vorbisfile API overview documentation error
Hi In the vorbisfile API Overview, section 'File Information' on the Documentation page (http://www.xiph.org/ogg/vorbis/doc/vorbisfile/fileinfo.html) The 'ov_bitrate_instant' is said to return -1 if at the beginning of the bitream or no new information is available. According to the libVorbisfile Documentation, the return value is 0 in this situation. PG --- >8 ---- List
2002 Sep 25
0
vorbisfile bug?
Good day. It seems vorbisfile has a bug. There is a such string in ov_time_seek: ogg_int64_t target=pcm_total+(seconds-time_total)*vf->vi[link].rate; It is not accounted type convertion between double and ogg_int64_t. E.g. if I convert 440267'th sample (44100Hz source) to time: double dSec = 440267 / (double) 44100; and then try to seek dSec: ov_time_seek(pOVFile, dSec); the resulting
2002 Mar 10
0
vorbisfile and IStream
hi, does anyone managed to implement streaming buffer for directsound implementing IStream interface and passing it like DMUS_OBJECTDESC field to GetObject() method of the loader ? _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com <p>--- >8 ---- List archives:
2005 Jul 21
0
Underscores in BCB making vorbisfile unusable
Hello friends! Somebody obtained to compile the example vorbis tool decoder? When I compile in the Borland Builder or DJGPP, occurs the error: "undefined reference you ' _ ov_open '" as well as the message of the homepage: http://www.ogghelp.com/ogg/about.cfm?view=3 What she is necessary to make to compile and to function? I do not have interest in using libs nor the DLL,
2004 Dec 28
0
vorbisfile crash on file open/init
Greetings all, I've just started playing with Vorbis to track down a problem in someone code, however I've hit apon my own problem which is stopping me. The application in question is using 2 threads, one to setup the application and one to read an ogg file and constantly refile an OpenAL buffer. The code compiles and links fine, however when I run it I get dumpped out with the following
1999 Nov 02
1
vorbisfile.a
I've decided it's probably a good idea to wrap up the 'chaining_example.c' functionality into a library interface as the functionality inside is going to be commonly useful enough. It would be silly for everyone who wants to do trivial things to have to reproduce it unless they really want to. It's not going to be as 'carved in stone' as the libvorbis interface.
2001 Jun 19
0
vorbisfile bug
Bug: vorbis/lib/vorbisfile.c, ov_time_tell. When vf->seekable = 0, link = -1 at the return, thus dividing by vf->vi[-1].rate. Fix should be pretty simple. -- Kenneth Arnold <ken@arnoldnet.net> / kcarnold / Linux user #180115 http://arnoldnet.net/~kcarnold/ <HR NOSHADE> <UL> <LI>application/pgp-signature attachment: stored </UL> -------------- next part
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
2003 Apr 01
1
Underscores in BCB making vorbisfile unusable
I use Borland C++ Builder 3 and I'm having trouble getting vorbisfile to work. This version of C++ Builder prefixes function names with underscores, so in the .obj file ov_open would look like _ov_open. Now, when linking the .obj files, it looks for the function _ov_open in all other .obj files and .lib files in the project. It finds none, and gives me an unresolved external error. I can
2003 May 12
0
vorbisfile ov_pack_pcm patch
Here's a patch to vorbisfile.c in libvorbis that splits the float to integer pcm packing out of ov_read into it's own function. The good stuff: - ov_pack_pcm can be used by folks who decode to float pcm with ov_read_float to do various sound manipulations (eg, preamp, fades, replaygain). No more need to roll your own, which will really begin to pay off when 24 bit output gets
2003 Sep 22
1
vorbisfile for Mac Classic
Hi, this is my first post, I hope it's the right mailing list (or should it be vorbis@xiph.org?) I just downloaded "SDK for MacOS9" and tried to compile the "vorbisfile_example.c" sample with CodeWarrior for Mac 8 on a Mac OS 9.2 machine. I included the libOgg and libVorbis libraries in my project, but the linker cannot file ov_clear(), ov_read(), ov_pcm_total(),
2003 Dec 08
1
vorbisfile question
Why does ov_bitrate and friends fail if you give it an out of range logical stream index, while ov_serialnumber just returns the serial of the last logical stream in the file? John --- >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-dev-request@xiph.org' containing only the
2003 Dec 11
1
Another vorbisfile question
Is there a straight forward method for seeking straight to a particular logical stream using vorbisfile? I'm guessing I'll have to look the offset for a given link up in vf->offsets, and use that in ov_raw_seek? Thanks, John --- >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
2004 Dec 29
0
vorbisfile crash on file open/init
Greetings all, I've just started playing with Vorbis to track down a problem in someone code, however I've hit apon my own problem which is stopping me, I already posted it to the standard Vorbis mailing list however I was advised by someone on there to post it here as well, so having left it ~24h since my first message I decided to mail it here as well. The application in question is
2006 Jun 22
0
Status of vorbis-tahseen branch -- OggSkeleton support in vorbisfile
hi, vorbis-tahseen is the branch I'm using for my soc project regarding OggSkeleton support in libvorbisfile. After adding an initial support of OggSkeleton, I attempted to also add support for handling vorbis stream in a theora file. As it now seemed a bit more involved work, I've stopped working on that for the moment. The present version of vorbis-tahseen only supports OggSkeleton
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 Oct 31
0
vorbisfile weirdness
Hi! I'm trying to write a vorbis plugin for my MP3/Music/Media player (http://elmp-tng.sourceforge.net). I'm using vorbisfile, and ov_open_callbacks() (to interface with my VFS layer). The problem is the same using plain ov_open() though... Some files play perfectly, while others (most) fail. ov_open returns OV_EBADHEADER. The really strange thing is that both ogg123, and the simple test
2006 Feb 11
1
vorbisfile and ogg files <= 8kb
Some months ago I tried to get some answers (and didn't) for a problem I've had with ov_pcm_total for files 8kb or smaller. I have no idea whether it should make a difference, but I operate inside Visual Studio, with C++ 6.0 and MFC. The value returned by ov_pcm_total doesn't agree with ov_read. My solution had been to add 0.2 to the buffer size, so that ov_read would make it to
2003 Mar 06
0
Vorbisfile changes/additions
Hi folks, I've finished a round of extension and optimization of Vorbisfile. I'm working on docs to the committed changes right now. I'd appreciate testing of new functionality and verifying old functionality isn't broken. Summary of changes: General seeking cleanup; a number of boundary cases dealing with short files and chained files got fixed in the process. The bugs should