jamulus icon indicating copy to clipboard operation
jamulus copied to clipboard

Jamulus enables musicians to perform real-time jam sessions over the internet.

Results 269 jamulus issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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: ![image](https://user-images.githubusercontent.com/20726856/161150084-72b0f33c-caeb-4a8b-a2b3-067e8888a37a.png) I assume this is a...

bug
android

**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...

refactoring

**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...

feature request

**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...

feature request
JSON-RPC

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 /...

feature request
android

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...

feature request

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...

feature request

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...

tooling

**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...

bug
Windows