#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)

mild umbraBOT
#
AI-generated Answer for geezeption

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)
  • 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

thorn thicket
#

Wut

mild umbraBOT
#
AI-generated Answer for geezeption

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

umbral basin