September 18, 2026
✅ Added
MicrophoneManager.setAudioBitrateProfile(_:)switches in-call capture between voice and music (hi-fi). Requires dashboardhifi_audio_enabled. Music disables Apple Voice Processing and software NS/HPF, and raises the audio bitrate to 128 kbps. #1260
🔄 Changed
- The bundled incoming call ringtone ships as AAC (
incoming.m4a) instead of uncompressed PCM (incoming.wav), matching the outgoing sound.Sounds.incomingCallSoundnow defaults to"incoming.m4a". Apps that replaceSounds.incomingCallSoundare unaffected; apps that only overrideSounds.bundleneed anincoming.m4ain their bundle.
🐞 Fixed
- Mute/unmute while music mode is on no longer chops or delays published audio. Switching to music rebuilds the local audio source with NS/HPF off, so unmute republish no longer restores software processing while Voice Processing is still disabled. Mute still unpublishes the track.