This commit is contained in:
Volker Fischer 2020-04-15 21:58:31 +02:00
parent b82f29f2e3
commit 285f4e019b
2 changed files with 17 additions and 16 deletions

View File

@ -1,7 +1,22 @@
3.5.0git
3.5.1git
TODO offer the Jamulus ASIO settingspanel in case of an ASIO ERROR to fix, e.g., incorrect sample rate (https://sourceforge.net/p/llcon/discussion/533517/thread/777663cf94/#035f)
TODO auto jitter buffer performance not good at 64 samples frame size -> to be checked again
TODO for different frame sizes (64/128) the start value of 6 for the jitter buffer might be too low
TODO store Central Server jamulus.server start scripts on the Repo (one for Central Server, one for Central Server North America)
3.5.0 (2020-04-15)
* added support for 64 samples OPUS packets in the client (if a sound card buffer size
larger or equal than 128 samples is chosen, the legacy 128 samples OPUS packets are used)
@ -17,20 +32,6 @@
* bug fix: the server welcome message may appear twice if the server list was double clicked
TODO offer the Jamulus ASIO settingspanel in case of an ASIO ERROR to fix, e.g., incorrect sample rate (https://sourceforge.net/p/llcon/discussion/533517/thread/777663cf94/#035f)
TODO auto jitter buffer performance not good at 64 samples frame size -> to be checked again
TODO for different frame sizes (64/128) the start value of 6 for the jitter buffer might be too low
TODO store Central Server jamulus.server start scripts on the Repo (one for Central Server, one for Central Server North America)
3.4.7 (2020-04-11)
* added support for alternative Central Servers to solve the 200 server registration limit (Ticket #50)

View File

@ -1,4 +1,4 @@
VERSION = 3.5.0git
VERSION = 3.5.0
# use target name which does not use a captital letter at the beginning
contains(CONFIG, "noupcasename") {