Merged
Conversation
### Added - **Stereo Spatialization Support**: New uniforms for enhanced stereo audio effects - `Listeningway_VolumeLeft`: Volume level for left audio channels (0.0 to 1.0) - `Listeningway_VolumeRight`: Volume level for right audio channels (0.0 to 1.0) - `Listeningway_AudioPan`: Stereo pan position (-1.0 = full left, 0.0 = center, +1.0 = full right) - **Audio Format Detection**: New uniform `Listeningway_AudioFormat` - Detects audio format: 0.0=none, 1.0=mono, 2.0=stereo, 6.0=5.1 surround, 8.0=7.1 surround - Enables format-specific shader effects and optimizations - **Pan Smoothing Control**: Configurable smoothing to reduce pan calculation jitter - Setting: `PanSmoothing` in Listeningway.ini (0.0 = no smoothing, higher = more smoothing) - Default: 0.0 (preserves current behavior) - Accessible via overlay UI for real-time adjustment
Improve documentation
LeonAquitaine
added a commit
that referenced
this pull request
Jun 3, 2025
Merge pull request #4 from gposingway/main
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.