Christian Hoffmann

Results 50 issues of Christian Hoffmann

**Has this feature been discussed and generally agreed?** Initial discussion here: https://github.com/jamulussoftware/jamulus/pull/2423#issuecomment-1048915034 **Describe the solution you'd like** - [x] Check that there is no technical reason to name the package...

**What is the current behaviour and why should it be changed?** There are hints that it might make sense to set specific opus build flags to improve performance on low-spec...

refactoring

*(Initially raised by @pljones and @ann0see in https://github.com/jamulussoftware/jamulus/pull/1975/files#r808416974)* **Has this feature been discussed and generally agreed?** Yes. **Describe the solution you'd like** https://github.com/jamulussoftware/jamulus/blob/master/src/clientsettingsdlg.cpp#L1082-L1098 + clientrpc.cpp should be refactored to use...

refactoring
JSON-RPC

**Describe the bug** When installing the Android `adb logcat` shows warnings regarding duplicate permissions in the Manifest. **To Reproduce** Install APK (or probably any other version) **Expected behavior** No warnings...

bug
tooling

As suggested by @pgScorpio in #2585 TODO: Work out the details

**What is the current behaviour and why should it be changed?** We've got some Python scripts, but we don't have static code checkers active. **Describe possible approaches** We should have...

feature request

Some APIs work with serialized data (skill level, directory server status), some other APIs return or expect internal ids such as instrumentId or countryId. **Has this feature been discussed and...

bug
JSON-RPC

**Has this feature been discussed and generally agreed?** No. **Describe the solution you'd like** I think there are multiple places where there is a chance of further improving the multithreading...

refactoring

Log messages (especially from `src/main.cpp`) should be checked for consistency. - Uppercase/lowercase (as suggested by @drummer1154 in #1284) - Trailing dots - Indentation - Leading characters such as `-` The...

feature request

**Describe the bug** `CheckDeviceCapabilities()` in `windows/sound.cpp` does more than what the name suggests: It has side effects such as updating instance variables such as `lNumInChan`. **Expected behavior** Have a name...

refactoring
good first issue