jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
**Describe the bug** @pljones and @pgScorpio experienced unexpected clang format failures: see #2550 and #2551 **To Reproduce** ? **Expected behavior** Clang format on Windows should format the same as on...
**Describe the bug** Codacy complains that the following variable is not used (and I don't see that this is false): https://github.com/jamulussoftware/jamulus/blob/a9deb2259161b6cb86c12259f3e6f398189029ef/android/sound.cpp#L150 Also this warning:  I assume this is a...
**What is the current behaviour and why should it be changed?** Currently messageboxes for errors, warnings and info are created all over the code. Disadvantage is that they don't have...
**What is the current behaviour and why should it be changed?** Adding JitterBuffer error detection for both client and server side errors in CChannel. (Preparation for issue #2524. As discussed...
**What is the current behaviour and why should it be changed?** Create the ability to send a broadcast chat message to all connected clients via the JSON-RPC api. This would...
Another idea before I forget to write it down... It would be nice to have if the Android audio system could check whether it's only got the internal mic /...
In an effort to have Jamulus log entries match up with associated jam recorder folder names (without having to manually calculate UTC offsets), it is proposed that the jam recorder...
The idea is: A new jitter buffer uses a timing histogram to compute the actual jitter relative to the audio device or system clock timer. A bit sequence will be...
Translators are providing translations through translation source files (TS / ```.ts```): ```bash src/res/translation/translation_*.ts ``` Prior to release, these need to be turned into (QM / ```.qm```) files and shipped with...
**Has this feature been discussed and generally agreed?** No. But a I assume many people are aware of it **Describe the solution you'd like** If you select devices with a...