[linux-audio-dev] More LAAGA thoughts

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: [linux-audio-dev] More LAAGA thoughts
From: Steve Harris (S.W.Harris_AT_ecs.soton.ac.uk)
Date: Thu May 17 2001 - 14:46:42 EEST


I think its possible to build MP and SP versions from the same source. If
the app is to be run by dynamically loading it then you just use it as is.
If its to be run as a separate process, then you just drop in a standard
main() function which calls the appropriate callback function depending on
the event it receives from the controlling process. You have the overhead
of an extra switch and function call in the MP case.

I've only thought about this from the plugin point of view, it may make
the host unnecessarily complicated.

- Steve


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Thu May 17 2001 - 14:19:14 EEST