search for: tagl

Displaying 5 results from an estimated 5 matches for "tagl".

Did you mean: tail
2007 Dec 25
1
Sample code for streaming from a file
...ut that bit of code in speexdec to no avail. It's entirely possible that the code I've written so far is doing all of that correctly and the error is somewhere else but I'd like to hear from people that have done this already so I can figure out what I'm doing wrong. Vince Tagle <vtagle@gmail.com> On Dec 25, 2007, at 12:55 AM, Jean-Marc Valin wrote: > How's that different from speexdec? > > Jean-Marc > > Vince Tagle a ?crit : >> Hello, >> >> Does anyone have any sample code for opening up a speex file and >> streaming th...
2007 Dec 25
2
Sample code for streaming from a file
...he data from it over time? I've been wrestling with this for a couple days now, poring over other people's code but I can't find an example of just taking a chunk from the file, decoding it, and feeding it to a sound API (in my case, OpenAL) and then repeating until done. Vince Tagle <vtagle@gmail.com>
2008 Feb 03
0
Re: How do I seek to the beginning of an ogg stream? (Vince Tagle)
...on managing the list at > ogg-dev-owner@xiph.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of ogg-dev digest..." > > > Today's Topics: > > 1. How do I seek to the beginning of an ogg stream? (Vince Tagle) > 2. Re: [PATCH] skeleton.c (Conrad Parker) > 3. Re: [PATCH] skeleton.c (Conrad Parker) > 4. Common Documentation of Codec encapsulation in Ogg (j@v2v.cc) > 5. Re: [PATCH] skeleton.c ( Ivo Emanuel Gon?alves ) > > > -----------------------------------------------------...
2008 Jan 18
1
Questions about the Xcode projects and a bug found
...ork, I noticed that Speex_UB.xcodeproj is including several files that don't exist anymore as well as missing files that were added since it was last updated. Also, modes_wb.c is not included in either framework project which causes a link error when I call speex_lib_get_mode(). Vince Tagle <vtagle@newsguy.com>
2008 Jan 26
1
How do I seek back to the beginning of a speex file?
...scoured the mailing lists for solutions and the best that I could come up with was to see what libvorbis was doing when it performed a seek inside of an ogg stream but it looked rather complicated for what I want to do. Does anyone happen to have any sample code that I could look at? Vince Tagle <vtagle@gmail.com>