iOS
Swift SDK: ElevenLabs Compatibility
How to migrate from ElevenLabs Swift SDK to Outspeed Swift SDK.
ElevenLabs Swift Compatibility
OutspeedSDK is fully compatible with Elevenlabs Swift SDK specifications (some features might not be fully supported yet.)
If you are migrating from ElevenLabsSDK, follow these steps:
1. Replace Imports and Configs
Replace all occurrences of ElevenLabsSDK
with OutspeedSDK
. For example:
becomes
2. Add Your Outspeed API Key
Update your startSession
call to include your Outspeed API key:
becomes
For more details and examples, see the Outspeed Swift Examples.