#give me all the enum values for the audioFormat supported by the stream websocket endpoint
1 messages · Page 1 of 1 (latest)
AI-generated Answer for suraj_63976
To ensure you receive audio in the MP3 format when using the stream WebSocket endpoint, you can explicitly set the output_format parameter to mp3_44100. This will standardize the output format to MP3. Here's how you can initiate the WebSocket connection:
wss://api.elevenlabs.io/v1/text-to-speech/{voice_id}/stream-input?model_id={model}&output_format=mp3_44100
If you need further assistance or specific details about other supported formats, please let me know!
yes give me all the supported values