-
Notifications
You must be signed in to change notification settings - Fork 242
Rawaudio dev #3653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dingodoppelt
wants to merge
57
commits into
jamulussoftware:main
Choose a base branch
from
dingodoppelt:rawaudio-dev
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rawaudio dev #3653
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
a45aded
Introduce raw audio setting in UI. Opus encoding in client now depend…
dingodoppelt 73d983f
addition to last commit
dingodoppelt 03f7ab3
client still sends raw audio to stock servers and causes garbled soun…
dingodoppelt 9a05dd1
make client opus decoding depend on audio quality (raw audio)
dingodoppelt 0f22ee9
no crashes but bad noise on raw audio setting
dingodoppelt 7f47dd8
first working version (needs testing)
dingodoppelt 7734d75
fix style
dingodoppelt fa61b55
fix style
dingodoppelt 68deea9
Merge branch 'jamulussoftware:main' into rawaudio-dev
dingodoppelt 5a467e0
fix mute myself
dingodoppelt 8f53817
remove redundant include
dingodoppelt c77029d
Change audio quality option from 'Raw' to 'Max'
dingodoppelt d36448a
Only send raw audio if the server supports it (checked by version num…
dingodoppelt 8079eed
fix style
dingodoppelt 5c73b6a
fix style
dingodoppelt a597843
change version
dingodoppelt 7fa20b7
Update changelog
dingodoppelt b602efa
fix changelog
dingodoppelt 42af9ab
Fix noise issue with rawaudio servers when Max audio quality is selected
dingodoppelt 1cb8a22
Merge branch 'rawaudio-dev' into autobuild-rawaudio
dingodoppelt c3b47fd
fix style (I'll never learn)
dingodoppelt 1544eb7
fix last commit
dingodoppelt 6fd09bb
Merge branch 'rawaudio-dev' into autobuild-rawaudio
dingodoppelt 23399c5
Disable bRawAudioIsSupported when leaving a server
dingodoppelt 5b8a709
limit rawaudio to server version 3.11.1 only
dingodoppelt 2aad9b5
opus fallback on disconnect
dingodoppelt 754d7b0
disable raw setting when unconnected to join a new server with forced…
dingodoppelt 14d83ed
stop sound before calling client init
dingodoppelt d4da62c
Merge branch 'jamulussoftware:main' into rawaudio-dev
dingodoppelt d630234
make raw audio quality setting persistent in config file
dingodoppelt 32fca21
remove redundant setting of bRawAudioIsSupported
dingodoppelt bbe3329
Update changelog
dingodoppelt 6fa5089
Account for iSndCrdFrameSizeFactor when calculating packet sizes
dingodoppelt 28cb295
here we go again, fix style
dingodoppelt 1d402d9
Fix compiler warnings
dingodoppelt d434d64
fix packet size calculation for iSndCrdFrameSizeFactor != 1, makes al…
dingodoppelt d977e0f
Append hash to build version
dingodoppelt 8b5ad53
Hopefully shorten version enough to be able to register with central …
dingodoppelt 8773fb2
Fix changelog
dingodoppelt a954933
Revert checking for packet sizes greater or equal than iCeltNumCodedB…
dingodoppelt d55f50b
Improve readybility/consistency
dingodoppelt 7a64330
Remove redundant code
dingodoppelt 763c95d
Refactor conditions, remove redundancy
dingodoppelt e6888af
Refactor condition
dingodoppelt ac78b16
Refactor for consistency in client and server
dingodoppelt 7c11c63
Refactor conditions
dingodoppelt c3c0b16
Fix style
dingodoppelt 5aeb676
Don't call opus_custom_encoder_ctl when sending raw audio
dingodoppelt 43d321c
Fix style
dingodoppelt bb33cdf
Refactor signalling for VersionAndOSReceived
dingodoppelt 6243d59
Fix style, who would have thought...
dingodoppelt b394701
Edit comments. Explain packet size calculation
dingodoppelt e5d822a
Fix latency calculation for raw audio
dingodoppelt c8a4adc
Really fix latency calculation
dingodoppelt 8691f1f
Initialise bRawAudioIsSupported in correct order
dingodoppelt 6e233ac
fix compiler warnings
dingodoppelt 3f059b3
Fix style (tough one...)
dingodoppelt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
|
dingodoppelt marked this conversation as resolved.
|
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.