v0.9.0

rapidaai/voice-aiv0.9.0Jun 25, 2026by csiwek

AI Summary

This release introduces support for AMR-WB and AMR-NB audio codecs alongside new SIP features such as UPDATE support, outbound trunks, and registrations. It also enhances security by adding an IP allowlist for the HTTP/WS API and improves WebRTC configuration with public IP discovery capabilities.

Key Highlights

  • Added AMR-WB and AMR-NB Codec support
  • Implemented SIP UPDATE support
  • Added SIP Outbound Trunks and Registrations
  • Introduced IP allowlist for HTTP/WS API
  • Added Configure or Discover Public IP addresses for WEBRTC

New Features

  • AMR-WB Codec support
  • AMR-NB Codec support
  • SIP UPDATE support
  • SIP Outbound Trunks and Registrations
  • IP allowlist for HTTP/WS API
  • Configure or Discover Public IP addresses for WEBRTC
  • Sync config variables

Full Release Notes

## What's Changed
* AMR-WB Codec support by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/56
* Support for AMR-NB Codec by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/57
* Fix race condition in the recording test by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/59
* Accept different clock rates for telephony events by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/61
* Feat/ip allowlist for HTTP/WS API by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/62
* SIP UPDATE support by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/63
* Configure or Discover Public IP addresses for WEBRTC by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/64
* Sync config variables by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/65
* SIP Outbound Trunks and Registrations by @csiwek in https://github.com/VoiceBlender/voiceblender/pull/66


**Full Changelog**: https://github.com/VoiceBlender/voiceblender/compare/v0.8.1...v0.9.0