examples/examples.md: Updates

This commit is contained in:
kevin 2024-12-02 12:16:33 -05:00
parent b6d88e141e
commit bb79faea70

View File

@ -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
real-time audio signal processing programs. The language
@ -13,6 +13,9 @@ Features of the language include:
- 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.
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