Re: [ecasound] ECI C example

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

Subject: Re: [ecasound] ECI C example
From: Kai Vehmanen (k_AT_eca.cx)
Date: Thu Oct 24 2002 - 12:27:09 EEST


On Mon, 21 Oct 2002, janne halttunen wrote:

>> gcc `libecasoundc-config --cflags` -o eciexample eciexample.c \
>> `libecasoundc-config --libs`

Btw; a shorter one:

gcc -o eciexample eciexample.c `libecasoundc-config --cflags --libs`

... I really should add this to documentation.

> Yes it does, thank you. I am bit lost in the woods here. Does anyone
> happen to have some pointer to a "C development on unix" type of manual?

Google is your friend. ;) How about:
http://www.cs.cf.ac.uk/Dave/C/CE.html

... my initial implementation of ecatools/ecaplay.c (now in CVS) might
also be helpful.

-- 
 http://www.eca.cx
 Audio software for Linux!


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

This archive was generated by hypermail 2b28 : Thu Oct 24 2002 - 12:25:38 EEST