help-octave
[Top][All Lists]
Advanced

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

Running C++ program from octave ??


From: Robert A. Macy
Subject: Running C++ program from octave ??
Date: Wed, 20 Jul 2005 20:40:15 -0700

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
-------------------------------------------------------------



reply via email to

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