Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
This experiment limits sample rate and channel count in voice calls when noise or echo processing is enabled.
It may improve processing stability or compatibility, but it can also affect clarity and stereo presentation. Measured results are needed to determine the actual user impact.
default {
"capChannelCount": false,
"capSampleRate": false,
"condition": "none"
}variations {
"1": {
"capChannelCount": false,
"capSampleRate": true,
"condition": "krisp"
},
"2": {
"capChannelCount": false,
"capSampleRate": true,
"condition": "noiseSuppression"
},
"3": {
"capChannelCount": fal...default {
"algo": 0
}variations {
"1": {
"algo": 1
}
}Routes a relevant Nitro notice button to the unpaid-invoice checkout when the subscription is past due.
People whose Nitro service is at risk from a payment problem can reach the outstanding invoice directly instead of searching through general subscription settings.
default {
"bannerVariant": "control",
"enabled": false
}variations {
"1": {
"bannerVariant": "red_expressive",
"enabled": true
},
"2": {
"bannerVariant": "grey_primary",
"enabled": true
}
}Changes the Nitro upsell button style in emoji and soundboard pickers.
When users encounter Nitro-locked emoji or sounds, the button treatment can affect whether the subscription prompt feels noticeable or intrusive.
default {
"buttonStyle": 0
}variations {
"0": {
"buttonStyle": 0
},
"1": {
"buttonStyle": 1
},
"2": {
"buttonStyle": 2
}
}Adjusts how many frequently used emojis appear in the emoji picker.
Too many or too few frequent emojis can change how quickly users find the emoji they want.
variations {
"1": {
"maxFrequentEmojis": 9
},
"2": {
"maxFrequentEmojis": 18
}
}