help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running C++ program from octave ??


From: Henry F. Mollet
Subject: Re: Running C++ program from octave ??
Date: Thu, 21 Jul 2005 09:34:08 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

At the most basic level, is this not similar to my question about Shai's
contour.m file. His contour.m uses contourc.m, which in turn uses
contourl.oct which was compiled from contourl.cc, a C++ source file?
Henry

on 7/20/05 8:40 PM, Robert A. Macy at address@hidden wrote:

> Is it possible to run a C++ program from octave?  With it
> continually running while data keeps coming back?
> 
> To clarify, the program is a real time audio interface
> called ASIO from Steinberg.  Picture it's like the
> "recorded" sound.
> 
> The program runs for some long time, continually creating
> rather large data sets as input buffers which are filled
> regularly [then hopefully picked up by octave.  For
> example, 24 bits at 192Kb/s with 50 mS latency is like 9600
> of 4 bytes each, because the data is "long".
> 
> Or, am I supposed to compile my octave program to run in
> C++??  
> 
> Probably simple for all of you octave/C++ gurus.
> 
>                   - Robert -
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------
> 




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]