r3_5_1
This commit is contained in:
parent
372333c08f
commit
6615c97561
2 changed files with 24 additions and 21 deletions
43
ChangeLog
43
ChangeLog
|
@ -1,7 +1,29 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3.5.1git
|
3.5.2git
|
||||||
|
|
||||||
|
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 try to find a way to catch Windows exceptions in case a 64 bit Jamulus tries to load a 32 bit Jack Audio ASIO dll
|
||||||
|
|
||||||
|
TODO improve audio drop out behaviour with OPUS64 by tuning the coding rate (it seems that for some coding rates we get loud artifacts
|
||||||
|
on audio drop outs whereas for slightly different rates the behavior is much more pleasent)
|
||||||
|
|
||||||
|
TODO store Show All Musicians setting in the ini-file
|
||||||
|
|
||||||
|
TODO bug fix: "Start up the new version with the Connection Setup showing. "Show all musicians" is on (as I say). Switch it off before the list is displayed. The
|
||||||
|
checkbox is off - but the list displays all musicians! You need to turn it on and off again to get it to do its thing. (If you wait a little, it's fine -
|
||||||
|
i.e. before it's populated the musicians but after it's displayed the list, turn it off.)", see https://github.com/corrados/jamulus/issues/78
|
||||||
|
|
||||||
|
TODO the server list filter seems not to work if --showallservers is used
|
||||||
|
|
||||||
|
TODO store Central Server jamulus.server start scripts on the Repo (one for Central Server, one for Central Server North America)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3.5.1
|
||||||
|
|
||||||
* added a Mute Stream button to hear your signal and the signal of the other clients but
|
* added a Mute Stream button to hear your signal and the signal of the other clients but
|
||||||
do not transmit your signal to the server so that the other clients cannot hear you
|
do not transmit your signal to the server so that the other clients cannot hear you
|
||||||
|
@ -19,25 +41,6 @@
|
||||||
* the ping times in the server list are now more stable
|
* the ping times in the server list are now more stable
|
||||||
|
|
||||||
|
|
||||||
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 try to find a way to catch Windows exceptions in case a 64 bit Jamulus tries to load a 32 bit Jack Audio ASIO dll
|
|
||||||
|
|
||||||
TODO store Show All Musicians setting in the ini-file
|
|
||||||
|
|
||||||
TODO bug fix: "Start up the new version with the Connection Setup showing. "Show all musicians" is on (as I say). Switch it off before the list is displayed. The
|
|
||||||
checkbox is off - but the list displays all musicians! You need to turn it on and off again to get it to do its thing. (If you wait a little, it's fine -
|
|
||||||
i.e. before it's populated the musicians but after it's displayed the list, turn it off.)", see https://github.com/corrados/jamulus/issues/78
|
|
||||||
|
|
||||||
TODO the server list filter seems not to work if --showallservers is used
|
|
||||||
|
|
||||||
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)
|
3.5.0 (2020-04-15)
|
||||||
|
|
||||||
* added support for 64 samples OPUS packets in the client (if a sound card buffer size
|
* added support for 64 samples OPUS packets in the client (if a sound card buffer size
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION = 3.5.1git
|
VERSION = 3.5.1
|
||||||
|
|
||||||
# use target name which does not use a captital letter at the beginning
|
# use target name which does not use a captital letter at the beginning
|
||||||
contains(CONFIG, "noupcasename") {
|
contains(CONFIG, "noupcasename") {
|
||||||
|
|
Loading…
Reference in a new issue