From bb79faea7072b85a951d71dd6949ec8f8768189e Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 2 Dec 2024 12:16:33 -0500 Subject: [PATCH] examples/examples.md: Updates --- examples/examples.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/examples.md b/examples/examples.md index df1e018..6af0215 100644 --- a/examples/examples.md +++ b/examples/examples.md @@ -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