examples/examples.md: Updates
This commit is contained in:
parent
b6d88e141e
commit
bb79faea70
@ -1,4 +1,4 @@
|
|||||||
### Example 01 - Write a sine signal to an audio file.
|
# __caw__ By Example
|
||||||
|
|
||||||
__caw__ is a declarative language for describing data flow based
|
__caw__ is a declarative language for describing data flow based
|
||||||
real-time audio signal processing programs. The language
|
real-time audio signal processing programs. The language
|
||||||
@ -13,6 +13,9 @@ Features of the language include:
|
|||||||
- Large collection of data flow unit processors.
|
- Large collection of data flow unit processors.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Example 01 - Write a sine signal to an audio file.
|
||||||
|
|
||||||
__caw__ programs are described using a slightly extended form of JSON.
|
__caw__ programs are described using a slightly extended form of JSON.
|
||||||
In this example the program is contained in the dictionary labeled `sine_file_01` and
|
In this example the program is contained in the dictionary labeled `sine_file_01` and
|
||||||
the preceeding fields (e.g. `base_dir`,`proc_dict`,`subnet_dict`, etc.) contain
|
the preceeding fields (e.g. `base_dir`,`proc_dict`,`subnet_dict`, etc.) contain
|
||||||
|
Loading…
Reference in New Issue
Block a user