Review of "Low Latency Loopback" version 1

Details Page Preview

Enables a low latency PulseAudio loopback device

Extension Homepage
https://gitlab.com/thejacer87/low-latency-loopback

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
4 Active
3 Rejected
2 Active
1 Rejected

Previous Reviews on this Version

ewlsh rejected
Rejecting because: - You can't create widgets or signal connections in init() - You need to cleanup your button and other widget variables in disable (set it to null, destroy it) Also notes: - If you specify 3.38.2 your extension is literally only compatible with that version, it won't be recommended for (and potentially even load for) 3.38.3, etc. - You should wrap your spawns in try/catch to prevent errors from breaking your state, also your state doesn't actually rely on whether the calls succeed