obs-ss-plugin-webui/lib
Decobus a89493b89f
All checks were successful
Lint and Build / build (pull_request) Successful in 2m50s
Fix browser source audio control for individual stream management
- Enable "Control audio via OBS" checkbox on browser sources using reroute_audio: true
- Remove redundant separate audio capture sources (_audio suffixed sources)
- Browser sources now properly route audio through OBS for individual mute/unmute control
- Preserve URL settings in all SetInputSettings calls to prevent URL clearing
- Simplify audio management - no more duplicate audio sources cluttering OBS

This allows users to mute/unmute individual Twitch streams directly in OBS without
having to manually mute each stream in the browser or deal with separate audio sources.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-22 18:03:56 -04:00
..
__tests__ Fix unused variables and clean up codebase 2025-07-22 16:17:23 -04:00
apiClient.ts Add OBS group management feature and documentation 2025-07-20 00:28:16 -04:00
apiHelpers.ts Fix ESLint errors and warnings in main codebase 2025-07-20 15:52:18 -04:00
constants.ts Optimize codebase for production readiness 2025-07-22 13:57:31 -04:00
database.ts Initial commit - OBS Source Switcher Plugin UI 2025-07-15 22:15:57 -04:00
obsClient.js Fix browser source audio control for individual stream management 2025-07-22 18:03:56 -04:00
performance.ts Fix active source detection by including team names in lookup 2025-07-22 15:06:21 -04:00
security.ts Auto-generate OBS source names and improve stream list UI 2025-07-20 16:11:11 -04:00
useToast.ts Implement professional error handling and user feedback system 2025-07-19 05:39:21 -04:00