From cc42ba376a194f622e292e1176fd271963b1a7cb Mon Sep 17 00:00:00 2001 From: ars-ka0s <26339355+ars-ka0s@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:40:52 -0600 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 92975bf..182fe64 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,6 +33,10 @@ > > Add: "FX25TX 1" (or 16 or 32 or 64) +- stdout is now supported for audio output via piping to other utilities. To support this, all non-audio output must be redirected to stderr using the new -O option on the command line. + +- udp audio output is also now supported. Use udp:destination:port style output device in the configuration file. + ### Bugs Fixed: ###