Commit Graph

1694 Commits

Author SHA1 Message Date
Volker Fischer
19c6957336 Merge branch 'master' of https://github.com/corrados/jamulus 2020-03-29 22:20:03 +02:00
Volker Fischer
b111581948 small fix 2020-03-29 22:19:49 +02:00
corrados
1147547769
Merge pull request #24 from gilgongo/patch-3
Amend to align with new documentation
2020-03-29 21:57:00 +02:00
Volker Fischer
40dd2e8980 changed the maximum number of clients from 40 to 50 2020-03-29 21:35:09 +02:00
Volker Fischer
9a17dcc64c update 2020-03-29 21:14:11 +02:00
Jonathan
4b190b5717
Remove reference to client in compile 2020-03-29 20:10:54 +01:00
Volker Fischer
4cfd54b21b audio fade-in at the server if new client connects 2020-03-29 18:03:24 +02:00
Jonathan
773f99b517
Amend to align with new documentation 2020-03-29 15:36:17 +01:00
Volker Fischer
3eaec8363a changed the maximum number of clients from 20 to 40 2020-03-29 16:14:29 +02:00
Volker Fischer
15bad6738e slight audio quality improvement for 64 samples stereo high quality mode 2020-03-29 12:58:45 +02:00
Volker Fischer
29f8e843a9 Merge remote-tracking branch 'origin/linuxfixesbyjkohnert' 2020-03-29 12:18:04 +02:00
root
ead042a301 patch provided by jkohnert, see Ticket #63 Fix compiler warnings on Linux 2020-03-29 12:12:13 +02:00
Volker Fischer
366aaee9ab use "normal" audio quality as the default when first startup of Jamulus after installation 2020-03-29 12:00:36 +02:00
Volker Fischer
102523dea4 added some ASIO debugging code (not enabled) 2020-03-29 10:02:00 +02:00
Volker Fischer
eed07615e5 fix the IIR filter lambdas for 64 samples frame size 2020-03-28 21:02:55 +01:00
Volker Fischer
ede92ac25e fix https://sourceforge.net/p/llcon/bugs/30 2020-03-28 18:51:25 +01:00
Volker Fischer
53f50070a7 some more work for 64 samples frame size support 2020-03-28 16:27:45 +01:00
corrados
86d4c4033c
Merge pull request #22 from gilgongo/patch-2
Splitting new file from client manual
2020-03-28 16:12:21 +01:00
corrados
e9da9fe401
Merge pull request #21 from gilgongo/patch-1
Remove server section
2020-03-28 16:12:02 +01:00
Jonathan
6dfd6d2d0b
Splitting new file from client manual
No amends.
2020-03-28 15:07:53 +00:00
Jonathan
7bc89f2d1a
Remove server section
And corrected a couple of typos.
2020-03-28 15:01:31 +00:00
Volker Fischer
beb3255b26 tested the numbers and they work fine 2020-03-28 09:41:31 +01:00
Volker Fischer
fbef9556a4 prepare OPUS rates for 64 samples, not yet tested 2020-03-28 09:17:13 +01:00
corrados
eec9229dd1
Merge pull request #18 from vandenoever/patch-1
Use pkg-config to find Jack
2020-03-26 12:27:22 +01:00
Jos van den Oever
5634aa93bf
Use pkg-config to find Jack
The hardcoded directories for jack are not always correct.
It is more flexible to use pkg-config to find Jack.
2020-03-25 23:00:47 +01:00
Volker Fischer
a0771542ec prepare for next git version 2020-03-25 21:48:57 +01:00
Volker Fischer
22eec95022 fixed DISTFILES 2020-03-25 20:54:26 +01:00
Volker Fischer
9870643055 3.4.4 2020-03-25 20:29:02 +01:00
Volker Fischer
5e5637670d increase the maximum number of servers in the server list from 100 to 200 2020-03-24 22:23:49 +01:00
Volker Fischer
232ddfcc79 fixed Windows 32 bit deployment on my PC 2020-03-24 19:40:12 +01:00
corrados
8621606038
Merge pull request #17 from mangelajo/fedora-build-instructions
Instructions to build on fedora
2020-03-24 16:29:40 +01:00
corrados
49d789bb5a
Merge pull request #16 from doloopuntil/master
Fix server bug causing crash when recording enabled
2020-03-24 16:25:28 +01:00
Miguel Angel Ajo
b6c47a089c Instructions to build on fedora 2020-03-24 10:15:41 +01:00
Daniel Masato
adbb850a2f Merge remote-tracking branch 'upstream/master' 2020-03-23 19:45:03 +00:00
Daniel Masato
263a2bcbf2 Update C++11 compiler flag 2020-03-23 19:41:21 +00:00
Daniel Masato
26ccef90fc Fix server bug preventing recording directory from being recognised after successful creation
When a recording directory doesn't exist, the server creates it successfully but the QFileInfo
object holding the directory information is not updated as the information is cached by default.
The server then exits unexpectedly as the check on the directory existence incorrectly fails.
Disable caching to resolve the issue.
2020-03-23 19:31:38 +00:00
Volker Fischer
4cac0e935b code style changes 2020-03-22 20:24:30 +01:00
corrados
09efb08254
Merge pull request #14 from pljones/feature/covid19-date-limit-on-historygraph
Feature/covid19 date limit on historygraph
2020-03-22 20:06:13 +01:00
Volker Fischer
387d5ad5ca added windows redist 2020-03-22 19:59:58 +01:00
Peter L Jones
eca8eff4c9 Revert --histitems argument 2020-03-22 17:45:00 +00:00
Peter L Jones
32e56ff0c6 Pass number of items and days 2020-03-21 22:20:18 +00:00
Peter L Jones
f20d7feab1 Accept number of items and days as arguments 2020-03-21 22:19:29 +00:00
Peter L Jones
f04eb1e7ed Move history defines to global.h 2020-03-21 22:19:29 +00:00
Peter L Jones
2f06553b0b Resize points to avoid overlap 2020-03-21 22:18:23 +00:00
Volker Fischer
e918141eb7 avoid a reboot on the installation (caused by VS redistribution) 2020-03-21 21:56:58 +01:00
Volker Fischer
b4fbb9ca95 check if sample rate can be set in ASIO driver 2020-03-21 20:29:02 +01:00
Volker Fischer
fccbb4144c some small cleanups 2020-03-21 10:27:31 +01:00
Volker Fischer
f55c669e5e code style changes 2020-03-21 09:54:43 +01:00
corrados
f605c35935
Merge pull request #13 from pljones/feature/covid19-date-limit-on-historygraph
Enhance historygraph to allow size based on date
2020-03-21 09:34:24 +01:00
Peter L Jones
b55aa67496 Enhance historygraph to allow size based on date
Due to the increasing number of connections, the *number* of history
entries is no longer a good way to size the width of the graph.
In addition to adding a much larger FIFO, I have chosen to add
a date constraint.  This means I do not have to keep making the FIFO
bigger daily and, when numbers fall, the graph will not change
shape.
2020-03-20 23:03:56 +00:00