File: README

package info (click to toggle)
ecasound 2.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,292 kB
  • sloc: cpp: 39,475; sh: 4,335; lisp: 1,918; ansic: 1,883; makefile: 888; python: 617; ruby: 202
file content (21 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=======================================================================
*** 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

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