Add selectable audio inputs - #31
Conversation
PR Summary by QodoAdd selectable, persistent audio input selection with live monitoring
AI Description
Diagram
High-Level Assessment
Files changed (14)
|
Code Review by Qodo 1.
|
PR approved by QodoAll merge criteria satisfied — approved by default policy |
Qodo Fixer🍒 Ready to be cherry-picked — ✅ Merged (0) · ☑ Fixed (1) 🔗 Fix PR: #32 This fix PR was closed automatically. Its branch is preserved so you can cherry pick the changes into the original PR. Prompt for coding agent Process — 1 fixed
|
|
Code review by qodo was updated up to the latest commit dc3a631 |
Summary
Closes #30
Validation
make lint && make test— passed (7/7 tests)env QT_MEDIA_BACKEND=gstreamer ASAN_OPTIONS=detect_leaks=1:halt_on_error=1 UBSAN_OPTIONS=halt_on_error=1:print_stacktrace=1 make test BUILD_DIR=build-pr-sanitizers BUILD_TYPE=Debug CMAKE_ARGS="-DKASTWORD_ENABLE_SANITIZERS=ON -DKASTWORD_FETCH_DEFAULT_MODEL=OFF"— passed (7/7 tests)make coverage BUILD_DIR=build-pr-coverage BUILD_TYPE=Debug CMAKE_ARGS="-DKASTWORD_FETCH_DEFAULT_MODEL=OFF"— passed (81.8% lines, 70.0% branches)make install-smoke— passedmake validate— passed (a preceding run hit an intermittent existing ModelManager test failure; the isolated test and final complete rerun passed)