#I noticed that the music section is now available in the iOS app, may I get some of the details and
1 messages · Page 1 of 1 (latest)
Short answer up front: I canât find any official ElevenLabs doc confirming that Music generation runs inside the iOS app yet. The current mobile help page still lists Eleven Music as âweb only.â If youâre seeing a Music tab in the app, it may be a link to the web experience or part of a gradual rollout not yet documented. (help.elevenlabs.io)
What Eleven Music does (officially)
- Generate full songs or instrumentals from naturalâlanguage prompts; multilingual vocals; sectionâlevel editing. (elevenlabs.io)
- Duration limits: 3 seconds to 5 minutes. Output is MP3 at 44.1 kHz (typically 128â192 kbps). (elevenlabs.io)
- Commercial use: cleared for broad commercial uses; certain cases (e.g., film/TV) may require Enterprise termsâreview the Music Terms. (elevenlabs.io)
How to use it today (official flow on web)
- Create a song: write a prompt; pick number of variants and duration (fixed times like 0:30, 1:00, or Auto); generate. (elevenlabs.io)
- Edit: adjust lyrics, add/remove sections (Intro/Verse/Chorus/etc.), tweak durations and style tags, or regenerate sections. (elevenlabs.io)
- Export/share: download highâfidelity MP3 or share with a visualizer link. (elevenlabs.io)
- You can also start from the product page. (elevenlabs.io)
Prompt examples you can try on the web
- âDreamy indie rock, Spanish female vocals, retro keys and phased guitars, mellow 90 BPM, chorus about âsueños elĂ©ctricos,â 1 minute.â (Multilingual vocals + target length.) (elevenlabs.io)
- âInstrumental cinematic score for an epic battle, staccato strings and taiko drums, intense and heroic, 2 minutes, no vocals.â (Force instrumental feel.) (elevenlabs.io)
- âLoâfi hipâhop beat, warm vinyl texture, relaxed 75 BPM, verseâchorusâverse structure, soft electric piano lead, 60 seconds.â (Structure + style.) (elevenlabs.io)
Developer quick start (Music API)
- Minimal compose request (TypeScript, paraphrased from docs):
- Call POST /v1/music (SDK: elevenlabs.music.compose) with:
- prompt: string
- music_length_ms: e.g., 60000
- force_instrumental: boolean (optional)
- output_format: e.g., mp3_44100_128
- The API returns the audio in the chosen format. (elevenlabs.io)
- Call POST /v1/music (SDK: elevenlabs.music.compose) with:
- For precise arrangements, send a composition_plan (sections with duration_ms, optional lyrics, etc.) instead of a single prompt. (elevenlabs.io)
- Full quickstart and cookbooks are available in the docs. (elevenlabs.io)
Where to learn more
- Music overview (capabilities, limits, formats). (elevenlabs.io)
- Stepâbyâstep product guide (UI workflow). (elevenlabs.io)
- API reference for compose. (elevenlabs.io)
- Music Terms (usage rights and restrictions). (elevenlabs.io)
- Product landing
Wut
Could you clarify what youâd like to know about Music on iOS? For transparency: I canât find official documentation confirming a Music section inside the ElevenLabs iOS app. The mobile app announcement focuses on Text to Speech, while Eleven Music is documented for the web app and via the API. (elevenlabs.io)
If you want, I can share a concise overview of Eleven Music (web) and API usage with examples. (elevenlabs.io)
Sources:
Introducing the ElevenLabs mobile app
Music overview | ElevenLabs Documentation