search for: corss

Displaying 11 results from an estimated 11 matches for "corss".

Did you mean: cores
2004 Sep 10
2
documentation for interfacing with libflac?
hello all, I just joined the development team for audacity, a corss platform open source multitrack audio editor. I would like to add support for importing and exporting files in FLAC format. I was wondering if any of you could point me to some documentation about using libflac to add FLAC support to other programs? thanks, jason jason@pepas.com ps - sorry i am...
2007 Apr 26
6
example sources
Hello all, Very new to Theora so apologies if this sounds elementary ;-) I'm trying to integrate a simple theora video player in my engine. All I need is simple load/unload and play/stop functionality. I'd also like to be able to stream from disk or mem. Other than the API reference I haven't found any example code, e.g. the sources for theora_player_example. Are these available
2004 Sep 10
0
documentation for interfacing with libflac?
> I just joined the development team for audacity, a corss platform > open source multitrack audio editor. > > I would like to add support for importing and exporting files in FLAC > format. > > I was wondering if any of you could point me to some documentation > about using libflac to add FLAC support to other programs? > (note...
2004 Aug 06
1
status report on the Windows CE (PocketPC) ACM codec
...Microsoft's LINK.EXE. Hi Could you tell me what do i need to compile libspeex under Cygwin with "arm-wince-pe"? I woul like to compile libspeex with --enable-asm-arm (inpossible in EVC++ 3.0) and link libspeex.lib in my project for EVC++ 3.0. Thanks Fabio P.S. I've never tried corss-compiling --- >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 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe...
2006 Jan 04
0
Re: DB Modelling the Rails way - solution by Chris Hall
...n an organisation be involved in many projects and can a project have > many organisations (stakeholders)? if so, then i would setup another > join table between organisations/projects/org roles and follow the same > idea as above > > now, one thing i would be concerned about is corss referencing (not sure > the proper term). you have people associated with projects, > organisations assocated with projects and people associated with > organisations...this can get messy when you want to start limiting who > can do based upon their other associations (ie, given a...
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
Hi, I''m trying to figure the most efficient way to model the following. I can think of at least two ways to relate the tables but from a client/server perspective! I''m wondering how to best (and elegantly)relate them from an AR perspective. A project has many people, A person can work on many projects at any time, A project has many roles, A role is performed by a person, A
2004 Aug 06
3
status report on the Windows CE (PocketPC) ACM codec
Christian Buchner wrote: > Now here is where I have problems and not yet found a solution: I know very little about this, so take everything that follows with a large pinch of salt. > * the function names exported in the .lib created by gcc are not compatible > with the function name decorations that the VisualC++ embedded linker expects. Which version of gcc are you using? I know
2004 Aug 06
1
Icecast in Macromedia Flash
> > I'm interested on switching to icecast 2.0 too, keep this list informed and feel > free to ask if you think I can help somehow. <p>just to add my (anxious ) support ., i am currently rewriting my entire radio station/ site . using PHP/MySQL/Icecast2/ices and stream transc0der -- i've got two separate script packages . one to handle a live (or local only) broadcast ,
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
...able to manage those. can an organisation be involved in many projects and can a project have many organisations (stakeholders)? if so, then i would setup another join table between organisations/projects/org roles and follow the same idea as above now, one thing i would be concerned about is corss referencing (not sure the proper term). you have people associated with projects, organisations assocated with projects and people associated with organisations...this can get messy when you want to start limiting who can do based upon their other associations (ie, given a project/organisatio...
2007 Jul 24
2
Fitting exponential curve to data points
Hi folks, I've looked through the list archives and online resources, but I haven't really found an answer to this -- it's pretty basic, but I'm (very much) not a statistician, and I just want to check that my solution is statistically sound. Basically, I have a data file containing two columns of data, call it data.tsv: year count 1999 3 2000 5 2001 9 2002 30 2003 62 2004 154
2006 Jan 21
7
n-way joins
Hi, I''m somewhat of a Rails newbie and am trying to understand how to formulate n-way (3 or 4 way) joins in Rails (where the join tables contain extra data as well.) Let me give you my basic entities: foos id - pk name - unique bars id - pk name - unique bazs id - pk name - unique frozs id - pk name - unique then i have two separate join tables: foos_bars_bazs - 3 way join