Commit Graph

22 Commits (f522b46fa8ef008bc6570ad6d75ed0726d42e97c)

Author SHA1 Message Date
as3ii f88f5fe2a3
Increased max line length to 120, reformatted everything
In practice, in this commit I've increased from 100 to 120 the maximum
allowed line length for python files and re-run ruff's formatter.
2026-01-10 19:11:26 +01:00
as3ii 1f4efac11e
Substituted unused variables with wildcard (ruff F841)
See https://peps.python.org/pep-0634/#wildcard-pattern
2025-11-13 23:31:09 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS 13fbacd2fd reduce audio level normalization factor 2025-06-01 16:54:52 +02:00
DJ2LS 3e67ebbee7 reduced logging 2025-04-18 19:30:02 +02:00
DJ2LS ba12671d48 reduce logging 2025-04-18 17:45:47 +02:00
DJ2LS 3bee559fb7 first run of docstring session.... 2025-03-12 10:33:20 +01:00
DJ2LS 0c1dafe6ed first run with adusted fft processing 2025-03-01 20:50:04 +01:00
DJ2LS 878a6357c1 first run with adusted fft processing 2025-03-01 19:58:24 +01:00
DJ2LS ff35b05a17 add audio normalisation - disabled for now 2025-01-19 13:59:41 +01:00
DJ2LS e4875f2aea add audio normalisation - disabled for now 2025-01-19 12:29:40 +01:00
DJ2LS 6591a3c9e3 added delayed slot releasing of slot busy state 2024-08-03 13:20:14 +02:00
DJ2LS d9e4ca3f1e improved logging 2024-07-20 20:15:11 +02:00
DJ2LS 5551eae607 remove crcengine dependency 2024-07-20 19:17:57 +02:00
DJ2LS 12e42f8136 remove crcengine dependency 2024-07-20 19:15:47 +02:00
DJ2LS 9702731d25 adjusted audio processing with a possible fix for windows 2024-06-02 13:39:12 +02:00
DJ2LS c9685e3ee1 timeout for thread.join 2024-05-20 18:42:11 +02:00
DJ2LS 84fc2da619 more shutdown debugging 2024-05-19 10:54:16 +02:00
DJ2LS 1412bb8e81 adjusted shutdown 2024-05-16 16:49:22 +02:00
DJ2LS d9dd212cab centered fft again 2024-04-19 15:43:12 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00