@extends('panel.layout.settings') @section('title', __('AI Music')) @section('titlebar_subtitle', __('You can generate clip lyrics, a title, and tags based on your short description of the song you want.')) @section('titlebar_actions', '') @section('settings')

{{__('Upload or Provide a Link to an Audio File')}}

@csrf
{!! __('Tip: Upload an MP3 file (minimum 10 seconds long) based on your selected purpose:

  • Song: Must contain both vocals (singing) and instrumental.
  • Voice: Must contain only vocals (singing, no background music).
  • Instrumental: Must contain only instrumental (no vocals).

For "Song" and "Voice" purposes, vocals must be in singing form. Normal speech is not supported.') !!}
{!! __('Tip: Choose how you want to process your audio:

  • Song: Extract both vocals and instrumental.
  • Voice: Extract only vocals.
  • Instrumental: Extract only instrumental.

Your output will depend on your selection.') !!}
{{ __('Example Lyrics') }}
@if ($app_is_demo) {{ __('Generate Song') }} @else {{ __('Generate Song') }} @endif
@endsection