Claude/remove unused import kfb wa u2e ak#707
Merged
braedonsaunders merged 2 commits intoclaude/build-openstudio-app-kgia5from Jan 4, 2026
Merged
Conversation
Mono panning fixes: - Default to MONO (channelCount: 1) instead of stereo for new tracks - Default to MONO in bridge-audio-store for global config - This fixes the common case of single microphone/instrument input Effects fixes: - Add serde alias "ampSimulator" for amp field (TS uses ampSimulator) - Add debug logging to update_effects to track which effects are enabled - Disabled auto-start feature (was causing issues with no device selected)
Previously effects were only applied for local monitoring, meaning: - Local user heard effects through their audio interface - Other users in the session heard raw/dry audio via browser stream Now effects are processed immediately after converting to stereo, before: 1. Sending to browser stream (so remote users hear effects) 2. Local monitoring (so local user still hears effects) The monitoring section now only applies volume and pan adjustments since effects are already applied earlier in the signal chain.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
8d3a1c8
into
claude/build-openstudio-app-kgia5
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.