


An easy-to-understand explanation of how to write and compose lyrics and recommended tools in ChatGPT
AI music creation technology is changing with each passing day. This article will use AI models such as ChatGPT as an example to explain in detail how to use AI to assist music creation, and explain it with actual cases. We will introduce how to create music through SunoAI, AI jukebox on Hugging Face, and Python's Music21 library.
Through these technologies, everyone can easily create original music. However, it should be noted that the copyright issue of AI-generated content cannot be ignored, and you must be cautious when using it.
Let’s explore the infinite possibilities of AI in the music field together!
Introduction to OpenAI's latest AI agent "OpenAI Deep Research": [ChatGPT] Detailed explanation of OpenAI Deep Research: How to use and charging standards!
Table of contents
- ChatGPT assisted composition
- ChatGPT Lyrics Creation
- Composition with ChatGPT lyrics
- ChatGPT generates music score
- Using AI jukebox
- Using Music21
- Generate music using SunoAI
- Summarize
ChatGPT assisted composition
Can ChatGPT be used for music creation? The answer is yes! ChatGPT has significant advantages in composing.
This article will explain in detail how to use AI technologies such as ChatGPT to compose music and combine other services to generate complete musical works.
Let’s first enjoy an AI-created song:
Song link: https://www.php.cn/link/1255cf469c8d5b6a41a6cc61fc0d18c7
This song only needs to provide lyrics to AI to complete the creation, and the sound quality is like a professional recording.
This song was composed by ChatGPT and produced using SunoAI. It can be seen that high-quality music creation is within reach.
Let’s start our journey of AI music creation! ChatGPT combines other services with a variety of music creation methods, and we will introduce them one by one.
Please note: ChatGPT itself cannot play music directly, and it needs to complete the song production in combination with other services.
ChatGPT Lyrics Creation
Let's try to create lyrics with ChatGPT. Enter the following prompt:
<code>创作一首带有富士山意象的感伤圣诞歌曲歌词。</code>
The result is generated as follows:
ChatGPT lyrics creation results
ChatGPT describes:
The lyrics are themed on the tranquil atmosphere of Christmas and the majesty of Mount Fuji, creating a sentimental mood, depicting the sublimation of their love in the unique scenery of Japan.
Composition with ChatGPT lyrics
ChatGPT generates music score
Although ChatGPT cannot play music directly, it can generate scores. Enter the following prompt:
<code>为以上歌词创作乐谱。</code>
The generated score fragment is as follows:
Snippet of music
Using AI jukebox
The Hugging Face platform provides an AI composition model called AI jukebox, which can be used for free without registration.
AI jukebox link: https://www.php.cn/link/79e6455ae8831ef88ed8ae05359dce4c
AI jukebox contains four elements: Prompt, Duration, Style, and Mood. Each element can be selected with one click, making it easy to operate.
AI jukebox operation interface 1
AI jukebox operation interface 2
After the selection is complete, click "Generate music" to generate the audio file.
Example song:
YouTube link: https://www.php.cn/link/dc0fc2d90d6102ba02d0206857eaac51
AI jukebox only generates music, and the lyrics need to be prepared separately.
Using Music21
Music21 is a Python library that handles musical elements such as music symbols, notes, rhythms, and tones. It can be used to analyze existing music scores or to create new music scores.
How to use
Using Music21 requires a Python environment, and Google Colaboratory (Colab) is recommended here.
Colab link: https://www.php.cn/link/6cc1e8dc080b62a0f0b7077a05af681e
Generate code with ChatGPT and copy it into Colab to run. Here is a ChatGPT code generation template:
<code>#请求请生成一个符合以下条件的作曲程序: #条件##条件1:・音乐风格和元素:XXX・歌曲氛围和情感:XXX ##条件2:在Google Colab上运行##条件3:代码块整合为一个##条件4:包含以下五个步骤: 1. 安装库: 1. 使用“!apt update && apt install -y fluidsynth”安装fluidsynth。 2. 使用“!pip install music21”安装Music21。 2. 生成MIDI文件:使用music21库创建一个简单的旋律并保存为MIDI文件。 3. 下载SoundFont文件:下载FluidSynth使用的SoundFont文件。 4. MIDI转音频:使用fluidsynth将MIDI文件转换为WAV格式的音频文件。 5. 播放音频:使用IPython的Audio函数播放生成的音频文件。</code>
Replace XXX with specific musical styles, elements, atmospheres and emotions.
Generate music using SunoAI
Visit SunoAI website and register an account: SunoAI link: https://www.php.cn/link/c4319612f21942de0337c7da0997a4d1
Enter the lyrics and style of the song on the "Create" page, and click "Create♬" to generate music.
Summarize
This article introduces four methods of using ChatGPT for music creation. Currently, only SunoAI can generate complete songs with lyrics. Hugging Face's AI jukebox and Music21 can generate music, but the lyrics need to be prepared separately. All methods take full advantage of AI and are easy to get started.
It should be noted that the copyright issues of AI-generated content need to be treated with caution. All services declare that users are responsible for the generated content, so be sure to pay attention to relevant risks. When commercially used, the other party should be clearly informed that it has used AI technology.
I wish you a pleasant journey of AI music creation!
The above is the detailed content of An easy-to-understand explanation of how to write and compose lyrics and recommended tools in ChatGPT. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











While working on Agentic AI, developers often find themselves navigating the trade-offs between speed, flexibility, and resource efficiency. I have been exploring the Agentic AI framework and came across Agno (earlier it was Phi-

SQL's ALTER TABLE Statement: Dynamically Adding Columns to Your Database In data management, SQL's adaptability is crucial. Need to adjust your database structure on the fly? The ALTER TABLE statement is your solution. This guide details adding colu

The release includes three distinct models, GPT-4.1, GPT-4.1 mini and GPT-4.1 nano, signaling a move toward task-specific optimizations within the large language model landscape. These models are not immediately replacing user-facing interfaces like

Troubled Benchmarks: A Llama Case Study In early April 2025, Meta unveiled its Llama 4 suite of models, boasting impressive performance metrics that positioned them favorably against competitors like GPT-4o and Claude 3.5 Sonnet. Central to the launc

Unlock the Power of Embedding Models: A Deep Dive into Andrew Ng's New Course Imagine a future where machines understand and respond to your questions with perfect accuracy. This isn't science fiction; thanks to advancements in AI, it's becoming a r

Can a video game ease anxiety, build focus, or support a child with ADHD? As healthcare challenges surge globally — especially among youth — innovators are turning to an unlikely tool: video games. Now one of the world’s largest entertainment indus

Simulate Rocket Launches with RocketPy: A Comprehensive Guide This article guides you through simulating high-power rocket launches using RocketPy, a powerful Python library. We'll cover everything from defining rocket components to analyzing simula

Gemini as the Foundation of Google’s AI Strategy Gemini is the cornerstone of Google’s AI agent strategy, leveraging its advanced multimodal capabilities to process and generate responses across text, images, audio, video and code. Developed by DeepM
