libretime/ecasound-2.7.2/examples
Naomi e2406e2501 ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
..
Makefile ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
Makefile.am ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
Makefile.in ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
README ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
ecatrimsilence.sh ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
ecidoc_example.c ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
ecidoc_example.cpp ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
ecidoc_example.py ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00
normalize.py ecasound 2.7.2 (2010) package. ubuntu's ecasound package is only at ecasound 2.2 way back from 2003. had to modify ecacontrol.py to use subprocess module instead of deprecated popen2 2011-03-05 13:24:27 -05:00

README

=======================================================================
*** Ecasound - Miscellanous example source code                     ***
=======================================================================

This directory contains various clips of example code demonstrating
the use of libecasound and the ecasound control interface (ECI). 
To see examples of ecasound use (not programming related), see 
the file 'Documentation/examples.html'.

-----------------------------------------------------------------------
 Included files
-----------------------------------------------------------------------

- example programs from the "Ecasound Control Interface Documentation"
	- ecadoc_example.c [C]
	- ecadoc_example.cpp [C++]
	- ecadoc_example.py [Python]
- Python scripts 
	- normalize.py

=======================================================================