iOS
Migrate from ElevenLabs SwiftSDK
How to migrate from ElevenLabs Swift SDK to Outspeed Swift SDK.
ElevenLabs Swift Compatibility
OutspeedSDK is fully compatible with Elevenlabs Swift SDK specifications (with exception of some features.)
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
Refer to a working example on GitHub.