similar to: Embedding int32's within threora & vorbis files

Displaying 20 results from an estimated 1000 matches similar to: "Embedding int32's within threora & vorbis files"

2007 Aug 08
2
Embedding int32's within threora & vorbis files
On 8/8/07, Ian Malone <ibmalone@gmail.com> wrote: > On 08/08/07, Paul Griffiths <gafferuk@gmail.com> wrote: > > Hi, i need to include a discontinuous stream of in32's(3 at a time) to vorbis > > and theora ogg files, to be played back on time. > > > > Does anyone have an example I can work from? > > > > I would love to say what it is for but I
2007 Aug 12
1
Re: Embedding int32's within threora & vorbis files
What do you want to use OggPCM for? Why not use AU or WAV? I can only see an advantage in using OggPCM if you want it annotated using CMML or want to mix it with another codec, such as Theora. Cheers, Silvia. On 8/11/07, Paul Griffiths <gafferuk@gmail.com> wrote: > Paul Griffiths <gafferuk <at> gmail.com> writes: > > > > > > > Thanks for the info, been
2007 Aug 08
0
Embedding int32's within threora & vorbis files
On 08/08/07, xiphmont@xiph.org <xiphmont@xiph.org> wrote: > On 8/8/07, Ian Malone <ibmalone@gmail.com> wrote: > > On 08/08/07, Paul Griffiths <gafferuk@gmail.com> wrote: > > > Hi, i need to include a discontinuous stream of in32's(3 at a time) to vorbis > > > and theora ogg files, to be played back on time. > > > > > > Does anyone
2007 Aug 10
2
Re: Embedding int32's within threora & vorbis files
Thanks for the info, been looking at OggPCM wiki, but where can I get at the source? I can't use cvs on this machine so a direct link would be great.
2010 Aug 13
4
[LLVMdev] errors when compiling with visual studio 10
im compiling llvm with visual studio 10. I have used cmake build app. visual studio 10 is complaining about error c2039: 'setjmp' : is not a member of llvm::Intrinsic its line 154, LowerInvoke.cpp any ideas? -- View this message in context: http://old.nabble.com/errors-when-compiling-with-visual-studio-10-tp29427176p29427176.html Sent from the LLVM - Dev mailing list archive at
2010 Aug 15
2
[LLVMdev] clang: compile c code from char array?
no, does not help, ive already looked at it. none none-17 wrote: > > This thread may help: > http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html > > On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote: > >> >> Hi, how do I compile c code from a char array in clang? >> >> Im using code from the interpreter
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes: > Im confused. The function i wish to call is a return type of int. > Im calling it with int dd = yipee(1); > > What's wrong? Declare the function: int yipee(int); int main() { int dd = yipee(1); return 0; } If that still crashes, put a breakpoint on `yipee' and see if the execution gets there, if the argument is
2010 Aug 14
2
[LLVMdev] clang: compile c code from char array?
Hi, how do I compile c code from a char array in clang? Im using code from the interpreter example. Thanks. char *cCode; // the char array // fill array with code goes here... // Initialize a compiler invocation object from the clang (-cc1) arguments. const driver::ArgStringList &CCArgs = Cmd->getArguments(); llvm::OwningPtr<CompilerInvocation> CI(new CompilerInvocation);
2010 Aug 17
4
[LLVMdev] clang: call extern function using JIT
hi, im creating a music application(image below). At the moment im using tcc compiler but im moving across to clang because of the improved compiler warnings. Can anyone please explain and show code so I can use clang's JIT to call functions in my application? Thanks. http://old.nabble.com/file/p29449300/51709341.jpeg -- View this message in context:
2010 Aug 15
0
[LLVMdev] clang: compile c code from char array?
I don't know how ccons works, but it may do what you need. http://code.google.com/p/ccons/ Le 15 août 2010 à 14:48, gafferuk a écrit : > > no, does not help, ive already looked at it. > > > > none none-17 wrote: >> >> This thread may help: >> http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html >> >> On Sun, Aug 15, 2010 at
2007 Oct 21
3
OggPCM family
Erik de Castro Lopo <mle+xiph@mega-nerd.com> wrote: > Martin Leese wrote: > > So what is "OggPCM"? I started this thread > > because I was puzzled why someone was > > changing a draft instead of the document > > itself. > > The original OggPCM was started by a person who really didn't > lnow what they were doing and wouldn't listen to
2010 Aug 14
2
[LLVMdev] clang: call application function
im using code from the clang interpreter example. what code do I need to add so I can call functions in my main application? Thanks. Paul. -- View this message in context: http://old.nabble.com/clang%3A-call-application-function-tp29439756p29439756.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2007 Oct 19
2
OggPCM family
Hi, The Xiph Wiki contains the four pages: OggPCM OggPCM Draft1 (with Talk page) OggPCM Draft2 OggPCM Draft3 Can I suggest that this be reduced to just one (or maybe two) pages. I suggest this because somebody has started making changes to OggPCM Draft2. My guess is that this is not desirable. Regards, Martin -- Martin J Leese E-mail: martin.leese@stanfordalumni.org Web:
2011 Aug 25
3
status of oggpcm?
Hi All, What is the status of the oggpcm project? I'm investigation solutions to the following problem: losslessly encode double-precision mutli-channel timeseries data in a format that is compatible with free (libre) internet streaming technologies and that permits diverse metadata to be encoded with the stream. flac isn't suitable because it only supports integer data, lossy
2010 Aug 15
0
[LLVMdev] clang: compile c code from char array?
This thread may help: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-June/009507.html On Sun, Aug 15, 2010 at 2:50 AM, gafferuk <gafferuk at gmail.com> wrote: > > Hi, how do I compile c code from a char array in clang? > > Im using code from the interpreter example. > Thanks. > > char *cCode; // the char array > // fill array with code goes here... > > >
2005 Nov 14
3
Ambisonics und OggPCM
On Tue, Nov 15, 2005 at 03:10:22AM +1100, Erik de Castro Lopo wrote: > That spec is being superceded by: > > http://wiki.xiph.org/index.php/OggPCM2 The project has been forked, not superceded. Work on OggPCM is continuing, the team working on OggPCM2 is free to submit their own draft but some are not welcome to continue work on OggPCM due to their recent social conduct. I'm
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes: > Can someone pease tell me what I am doing wrong? It is hard to say because you don't say what the problem is, but let's try. > Im trying to register an external function with the JIT, so can call > functions in my music > > application. > > Here my function > > int Execute(llvm::Module *Mod, char * const *envp)
2010 Aug 13
0
[LLVMdev] errors when compiling with visual studio 10
also within visual studio, when i compile a window pops up saying that CMake has regenerated 29.sln files. and do i want to reload them? is this normal. what should I do? gafferuk wrote: > > im compiling llvm with visual studio 10. I have used cmake build app. > > visual studio 10 is complaining about error c2039: 'setjmp' : is not a > member of llvm::Intrinsic > its
2010 Aug 15
0
[LLVMdev] clang: call application function
Ive tried the following code, but does not work. What am I doing wrong? // function I would like to call using JIT extern "C" void yipee(double val) { fprintf(stderr, "yipee!"); } std::vector<const llvm::Type*> Double(1, llvm::Type::getDoubleTy(llvm::getGlobalContext())); llvm::FunctionType *FT =
2006 Dec 07
4
oggPCM for general data
Greetings, I am building a data collection system that will ultimately have 28 channels and multi-rates up to 2 M/sec. I need some sort of lossless format framing and header system to transfer the data to a desktop PC over USB. Rather than reinvent, I looked around to see what others are using and for existing tools for testing. Surprisingly, I found few general purpose data formats that can