From 8e40899ef29518d533e3545482ed9fe83b475460 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 14 Feb 2023 21:08:54 -0500 Subject: [PATCH] README.md : Audio device file updates. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34d1fd9..2a8f27c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +Audio Dev. File +1. Try different combinations of including input and output channels and groups. + Specify an input file, but not an input group. Specify an input group but not an input file .... + TODO: fix cwDsp.h: ampl_to_db(),db_to_ampl(), add pow_to_db() and db_to_pow(). Implement vectorized version in terms of the scalar versions in cwDsp.h.