add software gain boost parameter for input signal amplification

This commit is contained in:
2026-02-12 13:30:07 +01:00
parent f2382470d8
commit d6230e7522
5 changed files with 35 additions and 1 deletions

View File

@@ -7,5 +7,6 @@
## Application
- this is a bluetooth Auracast transmitter application
- if you add a new parameter for a stream make sure it is saved to the settings.json so it is persisted
- it consists of multicast_frontend.py and multicast_server.py mainly which connect to each other via a rest api
- after you implemented something the user will mainly test it and you should call the update_and_run_server_and_frontend.sh script if the server and frontend were already running.