Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio output via stdout and UDP #440

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update changelog
  • Loading branch information
ars-ka0s committed Sep 25, 2023
commit cc42ba376a194f622e292e1176fd271963b1a7cb
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ###
Expand Down