CN106652984B - Method for automatically composing songs by using computer - Google Patents
Method for automatically composing songs by using computer Download PDFInfo
- Publication number
- CN106652984B CN106652984B CN201610884621.XA CN201610884621A CN106652984B CN 106652984 B CN106652984 B CN 106652984B CN 201610884621 A CN201610884621 A CN 201610884621A CN 106652984 B CN106652984 B CN 106652984B
- Authority
- CN
- China
- Prior art keywords
- computer
- file
- music
- composition
- accompaniment
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10H—ELECTROPHONIC MUSICAL INSTRUMENTS; INSTRUMENTS IN WHICH THE TONES ARE GENERATED BY ELECTROMECHANICAL MEANS OR ELECTRONIC GENERATORS, OR IN WHICH THE TONES ARE SYNTHESISED FROM A DATA STORE
- G10H7/00—Instruments in which the tones are synthesised from a data store, e.g. computer organs
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10H—ELECTROPHONIC MUSICAL INSTRUMENTS; INSTRUMENTS IN WHICH THE TONES ARE GENERATED BY ELECTROMECHANICAL MEANS OR ELECTRONIC GENERATORS, OR IN WHICH THE TONES ARE SYNTHESISED FROM A DATA STORE
- G10H2210/00—Aspects or methods of musical processing having intrinsic musical character, i.e. involving musical theory or musical parameters or relying on musical knowledge, as applied in electrophonic musical tools or instruments
- G10H2210/101—Music Composition or musical creation; Tools or processes therefor
- G10H2210/111—Automatic composing, i.e. using predefined musical rules
-
- G—PHYSICS
- G10—MUSICAL INSTRUMENTS; ACOUSTICS
- G10H—ELECTROPHONIC MUSICAL INSTRUMENTS; INSTRUMENTS IN WHICH THE TONES ARE GENERATED BY ELECTROMECHANICAL MEANS OR ELECTRONIC GENERATORS, OR IN WHICH THE TONES ARE SYNTHESISED FROM A DATA STORE
- G10H2210/00—Aspects or methods of musical processing having intrinsic musical character, i.e. involving musical theory or musical parameters or relying on musical knowledge, as applied in electrophonic musical tools or instruments
- G10H2210/101—Music Composition or musical creation; Tools or processes therefor
- G10H2210/145—Composing rules, e.g. harmonic or musical rules, for use in automatic composition; Rule generation algorithms therefor
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Acoustics & Sound (AREA)
- Multimedia (AREA)
- Electrophonic Musical Instruments (AREA)
- Auxiliary Devices For Music (AREA)
Abstract
The invention discloses a method for automatically composing songs by using a computer, which particularly comprises three steps of computer composition, computer composition and computer singing, and is realized by computer composition software: firstly, inputting any line of lyrics by a user, separating each line of lyrics by a separator, and operating a composition module by an algorithm to generate a melody MIDI score file; the music editing module is operated to add accompaniment tracks to the corresponding MIDI music score file and render the accompaniment file into a high-quality WAVE audio accompaniment file by using a sound source library; then, synthesizing the MIDI music score file and the appointed voice source file through a music synthesis algorithm to generate a main melody; and finally, synthesizing the main melody and the accompaniment file into the final song. The invention is a great innovation in the field of computer music, and ordinary people can convert own characters into songs which have melodies, have customized accompaniment and can be sung within a few seconds.
Description
Technical Field
The invention belongs to the technical field of song creation methods, and particularly relates to a method for automatically creating songs by using a computer.
Background
The automatic song creation is divided into three techniques in the flow, namely computer composition, computer editing and computer singing. Computer composition, or algorithmic composition, is a study that attempts to use some formalized process to minimize the level of intervention by an average user or composer in the composition of music using a computer. The main techniques adopted by the traditional automatic composition algorithm in the prior art are as follows: markov chains, stochastic processes, hierarchical techniques, knowledge base systems, musical grammars, artificial neural network techniques, and genetic algorithms, all simulate musical melodies using machine learning algorithms. Because music is an artwork which is difficult to quantify, it is inconvenient to adopt a mechanical learning algorithm for simulation, i.e. the training result of the model cannot be accurately evaluated, because the good hearing degree of music is very difficult to quantify, the music is a unique perceptual knowledge of human beings, and the evaluation of different people also has deviation. Therefore, music made by the traditional machine learning method is difficult to conform to the aesthetic of people, thereby losing the artistry.
The computer music composing technology belongs to the subject with very strong music speciality, and because the requirement of algorithm development on music knowledge is very high, no mature technical implementation scheme exists in the field of computers at present. Meanwhile, the algorithm technology has the same strict requirement on computer knowledge, and no automatic music composition solution exists in the field of music creation, so that the computer music composition method is a new attempt and innovation in the field. The computer singing technology is a sound synthesis technology, specifically, according to a specified music score, a preset sound source file is used, and a sound with a specified pitch and duration is constructed through audio frequency modulation and amplitude modulation operation.
Disclosure of Invention
The invention provides a method for automatically composing songs by using a computer, which can convert characters into music in several seconds in order to overcome the defects of the prior art.
The invention is realized by the following technical scheme: a method for using the computer to compose the song automatically, include three steps of computer composition, computer song editing and computer singing specifically, the invention is realized through the computer song editing software; the computer composition mainly takes a chord trend theory in a music theory as a basic frame and combines a machine learning algorithm to calculate parameters; the computer music editing is that the music track addition is carried out according to the MIDI file of the main melody and the appointed chord progression mode and the musical instrument with common timbre; the computer singing, namely music synthesis, is the step of synthesizing the main melody and the accompaniment into the final song;
the specific process of automatically composing songs by using a computer is as follows: 1) computer composition: firstly, inputting any line of lyrics by a user, separating each line of lyrics by a separator, and operating a composition module by an algorithm to generate a melody MIDI score file; 2) and (3) computer editing: the music editing module is operated to add accompaniment tracks to the corresponding MIDI music score file and render the accompaniment file into a high-quality WAVE audio accompaniment file by using a sound source library; then, synthesizing the MIDI music score file and the appointed voice source file through a music synthesis algorithm to generate a main melody; 3) singing by a computer: and finally, synthesizing the main melody and the WAVE audio accompaniment file to finally synthesize a complete song WAVE audio file.
In the computer composition step: the algorithm data preparation needs to be done first (no repetition is needed in the subsequent runs): collecting several popular songs in various tones, analyzing chord progression mode (for example 1645) of each song, finding chord tone combination (such as 135 in C major tone) in melody, and scoring each song with sound level in manual mode; using a supervised learning algorithm, taking the chord tone combination condition of each song as input, taking the listening degree of each song as a supervision signal, and finally calculating various optimal chord tone combination sequences in each mode; the steps are used for preparing early-stage data of the algorithm, and the composition grace degree of the algorithm is continuously improved along with the increase of the number of training songs.
The specific calculation logic of the computer composition algorithm is as follows: the method comprises the steps that a user inputs lyrics, the number of the lyrics and the number of words of each sentence are analyzed through an algorithm, the lyrics and the number of words of each sentence are used as input and are transmitted into a composition algorithm, the composition algorithm randomly performs optimal chord tone combination matching according to different word numbers of each sentence, random notes close to the chord tones are added around each chord tone, unique melodies are generated for each lyric, the melodies of all the phrases are combined together and are expressed through a MIDI format, and then the MIDI file of the main melody of the composition is generated.
The computer music composition adopts different adding modes according to the characteristics of different timbres of four major pianos, guitars, bass and drums, such as guitars and bass, and needs to carry out chord configuration according to the chord mode, and the drums need to carry out automatic chord configuration according to the rhythm of MIDI files. Taking guitar track addition as an example for explanation, the specific operation method is as follows: the method comprises the steps of obtaining rhythm and pitch information of a main melody by analyzing a MIDI file into a score format, analyzing chord trend corresponding to each measure of the main melody, and adding harmony syllables (such as domiso) at positions corresponding to each beat of each measure by taking a piano, a guitar, a bass or a drum as timbre. The accompaniment of a one-rail piano, guitar, bass or drum can be obtained after the addition of all the materials is finished. According to different style selections, different orchestrator combinations are matched with songs in different styles through an algorithm, for example, popular styles are added, music tracks such as a grand piano, an electric guitar, a bass and a drum are added, notes are added to each music track according to the method, complete accompaniment note information is obtained after the completion, the note information is exported in a MIDI format, and finally, the note information is rendered into a high-quality audio file through a soft sound source, namely, the high-quality audio file is stored as a WAVE format file.
The specific process of computer singing, namely music synthesis, comprises the following steps: firstly, obtaining an output MIDI file of a music composing module, and analyzing the file to obtain appointed music score note information; then the program reads the pre-recorded voice source file, according to the music score, uses SMS (short message service) algorithm to construct the audio frequency, constructs the music according to the pitch and time appointed by the music score; and finally, mixing the music serving as the main melody of the song and the accompaniment WAVE file to obtain a final multi-track song file.
The invention has the beneficial effects that: the invention combines the principles of the related documents in the prior art to develop a melody and accompaniment track interface in the form of MIDI of an electronic score, which can create music more convenient for synthesizing the appointed melody and accompaniment. The method for automatically creating songs by using a computer is a great innovation in the field of computer music, marks that the common public can also participate in music creation due to the song creating method, and can convert own characters into the songs which have melody, have customized accompaniment and can be sung within a few seconds by a common person through automatically creating the songs by using the computer, thereby really realizing the purpose of converting the characters into the music within a few seconds.
The invention can adjust various parameters according to the self feeling to create different styles of music, the randomness of the algorithm of the invention ensures that two pieces of music which are completely the same cannot be created basically, and the generation process of each song is unique. Because the number of people is ten million times of professional musicians, the method can create an unthinkable number of songs, and even the art is a large random rule discovery process, so that the method for creating the songs is very likely to discover a new music artistic form from a large number of music works.
Drawings
Fig. 1 is a functional block diagram of software programming in the method of automatically composing songs using a computer according to the present invention.
Detailed Description
The invention is further described below with reference to the accompanying drawings and specific examples.
A method for using computer to automatically compose songs specifically comprises three steps of computer composition, computer composition and computer singing, which are realized by computer composition software; the computer music composition mainly takes a chord trend theory in a music theory as a basic frame and combines a machine learning algorithm to calculate parameters; the computer music editing is that the music track addition is carried out according to the MIDI file of the main melody and the appointed chord progression mode and the musical instrument with common timbre; the computer singing, namely music synthesis, is the step of synthesizing the main melody and the accompaniment into the final song;
the specific process of automatically composing songs by using a computer is as follows: 1) computer composition: firstly, inputting any line of lyrics by a user, separating each line of lyrics by a separator, and operating a composition module by an algorithm to generate a melody MIDI score file; 2) and (3) computer editing: the music editing module is operated to add accompaniment tracks to the corresponding MIDI music score file and render the accompaniment file into a high-quality WAVE audio accompaniment file by using a sound source library; then, synthesizing the MIDI music score file and the appointed voice source file through a music synthesis algorithm to generate a main melody; 3) singing by a computer: and finally, synthesizing the main melody and the WAVE audio accompaniment file to finally synthesize a complete song WAVE audio file.
In the computer composition step: the algorithm data preparation needs to be done first (no repetition is needed in the subsequent runs): collecting several popular songs in various tones, analyzing chord progression mode (for example 1645) of each song, finding chord tone combination (such as 135 in C major tone) in melody, and scoring each song with sound level in manual mode; using a supervised learning algorithm, taking the chord tone combination condition of each song as input, taking the listening degree of each song as a supervision signal, and finally calculating various optimal chord tone combination sequences in each mode; the steps are used for preparing early-stage data of the algorithm, and the composition grace degree of the algorithm is continuously improved along with the increase of the number of training songs.
The specific calculation logic of the computer composition algorithm is as follows: the method comprises the steps that a user inputs lyrics, the number of the lyrics and the number of words of each sentence are analyzed through an algorithm, the lyrics and the number of words of each sentence are used as input and are transmitted into a composition algorithm, the composition algorithm randomly performs optimal chord tone combination matching according to different word numbers of each sentence, random notes close to the chord tones are added around each chord tone, unique melodies are generated for each lyric, the melodies of all the phrases are combined together and are expressed through a MIDI format, and then the MIDI file of the main melody of the composition is generated.
The computer music composition adopts different adding modes according to the characteristics of different timbres of four major pianos, guitars, bass and drums, such as guitars and bass, and needs to carry out chord configuration according to the chord mode, and the drums need to carry out automatic chord configuration according to the rhythm of MIDI files. Taking guitar track addition as an example for explanation, the specific operation method is as follows: the method comprises the steps of obtaining rhythm and pitch information of a main melody by analyzing a MIDI file into a score format, analyzing chord trend corresponding to each measure of the main melody, and adding harmony syllables (such as domiso) at positions corresponding to each beat of each measure by taking a piano, a guitar, a bass or a drum as timbre. The accompaniment of a one-rail piano, guitar, bass or drum can be obtained after the addition of all the materials is finished. According to different style selections, different orchestrator combinations are matched with songs in different styles through an algorithm, for example, popular styles are added, music tracks such as a grand piano, an electric guitar, a bass and a drum are added, notes are added to each music track according to the method, complete accompaniment note information is obtained after the completion, the note information is exported in a MIDI format, and finally, the note information is rendered into a high-quality audio file through a soft sound source, namely, the high-quality audio file is stored as a WAVE format file.
The specific process of computer singing, namely music synthesis, comprises the following steps: firstly, obtaining an output MIDI file of a music composing module, and analyzing the file to obtain appointed music score note information; then the program reads the pre-recorded voice source file, according to the music score, uses SMS (Spectral modeling Synthesis) and other algorithms to construct the audio frequency, constructs the music according to the pitch and time appointed by the music score; and finally, mixing the music serving as the main melody of the song and the accompaniment WAVE file to obtain a final multi-track song file.
Example (b): as shown in fig. 1, the detailed creation process of a song in the method for automatically creating songs using a computer according to the present invention is as follows: 1) the composition engine module: simulating composition by using an artificial neural network algorithm and a related music theory, and calculating a random rhythm and melody pitch combination according to a specified chord trend rule so as to generate a melody with a specified bar number; 2) a composition engine module: randomly generating accompaniment tracks with different timbres in a rule according to the chord trend of the melody, such as a piano, a guitar, a bass, a drum and the like, and performing flower adding processing according to different musical instrument characteristics; 3) the singing engine module: and synthesizing sound of the sound source file according to the specified music score by a speech synthesis technology in natural language processing, and outputting a waveform file.
Finally, it should be noted that the above-mentioned contents are only used for illustrating the technical solutions of the present invention, and not for limiting the protection scope of the present invention, and that the simple modifications or equivalent substitutions of the technical solutions of the present invention by those of ordinary skill in the art can be made without departing from the spirit and scope of the technical solutions of the present invention.
Claims (3)
1. A method for automatically composing a song using a computer, characterized by: the method for automatically composing songs by using the computer specifically comprises three steps of computer music composition, computer music composition and computer singing, and is realized by computer music composition software; the computer composition mainly takes a chord trend theory in a music theory as a basic frame and combines a machine learning algorithm to calculate parameters; the computer music editing is to add the music track according to the MIDI file of the main melody and the appointed chord and the musical instrument with the common tone; the computer singing, namely music synthesis, is a step of synthesizing the main melody and the accompaniment into a final song;
the specific process of automatically composing songs by using a computer is as follows: 1) computer composition: firstly, inputting any line of lyrics by a user, separating each line of lyrics by a separator, and operating a composition module by an algorithm to generate a melody MIDI score file; 2) and (3) computer editing: the music editing module is operated to add accompaniment tracks to the corresponding MIDI music score file, and the accompaniment file is rendered into a high-quality WAVE audio accompaniment file by using a sound source library; then, synthesizing the MIDI music score file and the appointed voice source file through a music synthesis algorithm to generate a main melody; 3) singing by a computer: finally, the main melody and the WAVE audio accompaniment file are synthesized, and finally, a complete song WAVE audio file is synthesized;
in the computer composition step of step 1): firstly, algorithm data preparation is needed, a plurality of popular songs of various tones are collected, the chord progression mode of each song is analyzed, chord and tone combination in the melody is found out, and each song is scored according to the hearing degree in a manual mode; using the machine learning algorithm, taking the chord tone combination condition of each song as input, taking the listening degree of each song as a supervision signal, finally calculating various optimal chord tone combination sequences in each mode, and continuously improving the composition grace degree of the algorithm along with the increase of the number of training songs;
the specific calculation logic of the computer composition in the step 1) is as follows: the method comprises the steps that a user inputs lyrics, the number of the lyrics and the number of words of each sentence are analyzed through an algorithm, the lyrics and the number of words of each sentence are used as input and are transmitted into a composition algorithm, the composition algorithm randomly performs optimal chord tone combination matching according to different word numbers of each sentence, random notes close to the chord tones are added around each chord tone, unique melodies are generated for each lyric, the melodies of all the phrases are combined together and are expressed through a MIDI format, and then the MIDI file of the main melody of the composition is generated.
2. A method of automatically composing a song using a computer according to claim 1, wherein: in the computer-based composing step of step 2): according to the characteristics of different timbres of the four major pianos, guitars, bass and drums with the music, different adding modes are adopted; analyzing a MIDI file into a music score format to obtain rhythm and pitch information of a main melody, analyzing chord trend corresponding to each measure of the main melody, adding harmony syllables at positions corresponding to each beat of each measure by taking a piano, a guitar, a bass or a drum as timbre, and obtaining a track musical instrument accompaniment after all additions are finished; according to different style selections and algorithms, different orchestrator combinations are matched for songs in different styles, notes are added to each track according to the method, complete accompaniment note information is obtained after completion, the note information is exported in a MIDI format, and finally the note information is rendered into a high-quality audio file through a soft sound source, namely the high-quality audio file is stored as a WAVE format file.
3. A method of automatically composing a song using a computer according to claim 1, wherein: the specific process of singing by the computer in the step 3) is as follows: firstly, obtaining an output MIDI file of a music composing module, and analyzing the file to obtain appointed music score note information; then program reads the pre-recorded voice source file, according to the music score, uses computer to make audio frequency structure, constructs the music according to the pitch and time appointed by the music score; and finally, mixing the music serving as the main melody of the song and the accompaniment WAVE file to obtain a final multi-track song file.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610884621.XA CN106652984B (en) | 2016-10-11 | 2016-10-11 | Method for automatically composing songs by using computer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610884621.XA CN106652984B (en) | 2016-10-11 | 2016-10-11 | Method for automatically composing songs by using computer |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106652984A CN106652984A (en) | 2017-05-10 |
CN106652984B true CN106652984B (en) | 2020-06-02 |
Family
ID=58854778
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610884621.XA Active CN106652984B (en) | 2016-10-11 | 2016-10-11 | Method for automatically composing songs by using computer |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106652984B (en) |
Families Citing this family (44)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106991993A (en) * | 2017-05-27 | 2017-07-28 | 佳木斯大学 | A kind of mobile communication terminal and its composing method with music composing function |
CN109979497B (en) * | 2017-12-28 | 2021-02-26 | 阿里巴巴集团控股有限公司 | Song generation method, device and system and data processing and song playing method |
CN108492817B (en) * | 2018-02-11 | 2020-11-10 | 北京光年无限科技有限公司 | Song data processing method based on virtual idol and singing interaction system |
CN110379400B (en) * | 2018-04-12 | 2021-09-24 | 森兰信息科技(上海)有限公司 | Method and system for generating music score |
CN108877749B (en) * | 2018-04-25 | 2021-01-29 | 杭州回车电子科技有限公司 | Brain wave AI music generation method and system |
CN110599985B (en) * | 2018-06-12 | 2023-08-18 | 阿里巴巴集团控股有限公司 | Audio content generation method, server device and client device |
CN110660375B (en) * | 2018-06-28 | 2024-06-04 | 北京搜狗科技发展有限公司 | Method, device and equipment for generating music |
CN109036355B (en) * | 2018-06-29 | 2023-04-25 | 平安科技(深圳)有限公司 | Automatic composing method, device, computer equipment and storage medium |
CN110189741B (en) * | 2018-07-05 | 2024-09-06 | 腾讯数码(天津)有限公司 | Audio synthesis method, device, storage medium and computer equipment |
CN109166564B (en) * | 2018-07-19 | 2023-06-06 | 平安科技(深圳)有限公司 | Method, apparatus and computer readable storage medium for generating a musical composition for a lyric text |
CN108899004B (en) * | 2018-07-20 | 2021-10-08 | 广州市雅迪数码科技有限公司 | Method and device for synchronizing and scoring staff notes and MIDI file notes |
CN108847207B (en) * | 2018-08-02 | 2023-06-02 | 广州视源电子科技股份有限公司 | Interactive intelligent device and music editing method and device thereof |
CN109086416A (en) * | 2018-08-06 | 2018-12-25 | 中国传媒大学 | A kind of generation method of dubbing in background music, device and storage medium based on GAN |
CN109189974A (en) * | 2018-08-08 | 2019-01-11 | 平安科技(深圳)有限公司 | A kind of method for building up, system, equipment and the storage medium of model of wrirting music |
CN109166566A (en) * | 2018-08-27 | 2019-01-08 | 北京奥曼特奇科技有限公司 | A kind of method and system for music intelligent accompaniment |
CN109215626A (en) * | 2018-10-26 | 2019-01-15 | 广东电网有限责任公司 | Method for automatically composing words and music |
CN109448684B (en) * | 2018-11-12 | 2023-11-17 | 合肥科拉斯特网络科技有限公司 | Intelligent music composing method and system |
CN109493839B (en) * | 2018-11-12 | 2024-01-23 | 平安科技(深圳)有限公司 | Air quality display method and device based on voice synthesis and terminal equipment |
CN109862174A (en) * | 2018-12-12 | 2019-06-07 | 合肥海辉智能科技有限公司 | A kind of digital music synthetic method based on cell phone application |
CN109771944B (en) * | 2018-12-19 | 2022-07-12 | 武汉西山艺创文化有限公司 | Game sound effect generation method, device, equipment and storage medium |
CN109841202B (en) * | 2019-01-04 | 2023-12-29 | 平安科技(深圳)有限公司 | Rhythm generation method and device based on voice synthesis and terminal equipment |
CN109872709B (en) * | 2019-03-04 | 2020-10-02 | 湖南工程学院 | New music generation method with low similarity based on note complex network |
CN109994093B (en) * | 2019-03-13 | 2023-03-17 | 武汉大学 | Convenient staff manufacturing method and system based on compiling technology |
CN110136730B (en) * | 2019-04-08 | 2021-07-20 | 华南理工大学 | Deep learning-based piano and acoustic automatic configuration system and method |
CN110085263B (en) * | 2019-04-28 | 2021-08-06 | 东华大学 | Music emotion classification and machine composition method |
CN110377785B (en) * | 2019-06-21 | 2023-10-03 | 江苏师范大学 | Xuzhou side music composing method based on deep learning |
CN112420002A (en) * | 2019-08-21 | 2021-02-26 | 北京峰趣互联网信息服务有限公司 | Music generation method, device, electronic equipment and computer readable storage medium |
CN110706680A (en) * | 2019-10-16 | 2020-01-17 | 玖月音乐科技(北京)有限公司 | Music composing method for double-row key playing |
CN110853604A (en) * | 2019-10-30 | 2020-02-28 | 西安交通大学 | Automatic generation method of Chinese folk songs with specific region style based on variational self-encoder |
CN111599327A (en) * | 2020-04-21 | 2020-08-28 | 厦门汉印电子技术有限公司 | Memory-assisted music score printing method, device, equipment and storage medium |
CN111583891B (en) * | 2020-04-21 | 2023-02-14 | 华南理工大学 | Automatic musical note vector composing system and method based on context information |
CN111554267A (en) * | 2020-04-23 | 2020-08-18 | 北京字节跳动网络技术有限公司 | Audio synthesis method and device, electronic equipment and computer readable medium |
CN111627410B (en) * | 2020-05-12 | 2022-08-09 | 浙江大学 | MIDI multi-track sequence representation method and application |
CN111816148B (en) * | 2020-06-24 | 2023-04-07 | 厦门大学 | Virtual human voice and video singing method and system based on generation countermeasure network |
CN112017621B (en) * | 2020-08-04 | 2024-05-28 | 河海大学常州校区 | LSTM multi-track music generation method based on alignment and sound relation |
CN113763910B (en) * | 2020-11-25 | 2024-07-19 | 北京沃东天骏信息技术有限公司 | Music generation method and device |
CN112669811B (en) * | 2020-12-23 | 2024-02-23 | 腾讯音乐娱乐科技(深圳)有限公司 | Song processing method and device, electronic equipment and readable storage medium |
CN113010730B (en) * | 2021-03-22 | 2023-07-21 | 平安科技(深圳)有限公司 | Music file generation method, device, equipment and storage medium |
CN113032615A (en) * | 2021-03-22 | 2021-06-25 | 平安科技(深圳)有限公司 | Meditation music generation method, device, equipment and storage medium |
CN112951184B (en) * | 2021-03-26 | 2024-07-09 | 平安科技(深圳)有限公司 | Song generation method, device, equipment and storage medium |
CN113178182A (en) * | 2021-04-25 | 2021-07-27 | 北京灵动音科技有限公司 | Information processing method, information processing device, electronic equipment and storage medium |
CN115721830A (en) * | 2021-08-25 | 2023-03-03 | 安徽华米健康科技有限公司 | Method and device for generating sleep-aid music, computer equipment and storage medium |
CN114005424A (en) * | 2021-09-16 | 2022-02-01 | 北京灵动音科技有限公司 | Information processing method, information processing device, electronic equipment and storage medium |
CN116645957B (en) * | 2023-07-27 | 2023-10-03 | 腾讯科技(深圳)有限公司 | Music generation method, device, terminal, storage medium and program product |
Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1328679A (en) * | 1998-09-24 | 2001-12-26 | 马达尔萨尔公司 | Automatic music generating method and device |
US7076035B2 (en) * | 2002-01-04 | 2006-07-11 | Medialab Solutions Llc | Methods for providing on-hold music using auto-composition |
CN101203904A (en) * | 2005-04-18 | 2008-06-18 | Lg电子株式会社 | Operating method of a music composing device |
CN101313477A (en) * | 2005-12-21 | 2008-11-26 | Lg电子株式会社 | Music generating device and operating method thereof |
US7790974B2 (en) * | 2006-05-01 | 2010-09-07 | Microsoft Corporation | Metadata-based song creation and editing |
CN105070283A (en) * | 2015-08-27 | 2015-11-18 | 百度在线网络技术(北京)有限公司 | Singing voice scoring method and apparatus |
JP5899833B2 (en) * | 2011-11-10 | 2016-04-06 | ヤマハ株式会社 | Music generation apparatus and music generation method |
CN105632480A (en) * | 2014-11-20 | 2016-06-01 | 卡西欧计算机株式会社 | Automatic composition apparatus and method |
CN105740394A (en) * | 2016-01-27 | 2016-07-06 | 广州酷狗计算机科技有限公司 | Music generation method, terminal, and server |
CN105976802A (en) * | 2016-04-22 | 2016-09-28 | 成都涂鸦科技有限公司 | Music automatic generation system based on machine learning technology |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014170146A (en) * | 2013-03-05 | 2014-09-18 | Univ Of Tokyo | Method and device for automatically composing chorus from japanese lyrics |
CN107076631A (en) * | 2014-08-22 | 2017-08-18 | 爵亚公司 | System and method for text message to be automatically converted into musical works |
-
2016
- 2016-10-11 CN CN201610884621.XA patent/CN106652984B/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1328679A (en) * | 1998-09-24 | 2001-12-26 | 马达尔萨尔公司 | Automatic music generating method and device |
US7076035B2 (en) * | 2002-01-04 | 2006-07-11 | Medialab Solutions Llc | Methods for providing on-hold music using auto-composition |
CN101203904A (en) * | 2005-04-18 | 2008-06-18 | Lg电子株式会社 | Operating method of a music composing device |
CN101313477A (en) * | 2005-12-21 | 2008-11-26 | Lg电子株式会社 | Music generating device and operating method thereof |
US7790974B2 (en) * | 2006-05-01 | 2010-09-07 | Microsoft Corporation | Metadata-based song creation and editing |
JP5899833B2 (en) * | 2011-11-10 | 2016-04-06 | ヤマハ株式会社 | Music generation apparatus and music generation method |
CN105632480A (en) * | 2014-11-20 | 2016-06-01 | 卡西欧计算机株式会社 | Automatic composition apparatus and method |
CN105070283A (en) * | 2015-08-27 | 2015-11-18 | 百度在线网络技术(北京)有限公司 | Singing voice scoring method and apparatus |
CN105740394A (en) * | 2016-01-27 | 2016-07-06 | 广州酷狗计算机科技有限公司 | Music generation method, terminal, and server |
CN105976802A (en) * | 2016-04-22 | 2016-09-28 | 成都涂鸦科技有限公司 | Music automatic generation system based on machine learning technology |
Non-Patent Citations (1)
Title |
---|
"计算机作曲中存在的问题及对策探究";谢力荣;《电化教育研究》;20130331(第03期);全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN106652984A (en) | 2017-05-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106652984B (en) | Method for automatically composing songs by using computer | |
Liu et al. | Computational intelligence in music composition: A survey | |
CN112382257B (en) | Audio processing method, device, equipment and medium | |
JP2018537727A (en) | Automated music composition and generation machines, systems and processes employing language and / or graphical icon based music experience descriptors | |
Umbert et al. | Expression control in singing voice synthesis: Features, approaches, evaluation, and challenges | |
WO2020000751A1 (en) | Automatic composition method and apparatus, and computer device and storage medium | |
US11417312B2 (en) | Keyboard instrument and method performed by computer of keyboard instrument | |
CN107301857A (en) | A kind of method and system to melody automatically with accompaniment | |
Parncutt | Accents and expression in piano performance | |
JP2011048335A (en) | Singing voice synthesis system, singing voice synthesis method and singing voice synthesis device | |
CN103456295B (en) | Sing synthetic middle base frequency parameters and generate method and system | |
JP5974436B2 (en) | Music generator | |
Huang et al. | A Research of Automatic Composition and Singing Voice Synthesis System for Taiwanese Popular Songs | |
CN108922505B (en) | Information processing method and device | |
WO2003042969A1 (en) | Musical invention apparatus | |
TWI377558B (en) | Singing synthesis systems and related synthesis methods | |
Janer | Singing-driven interfaces for sound synthesizers | |
Dainal | An Artistic Review Of Selected Musical Works By Intercultural Composers | |
Braasch | A cybernetic model approach for free jazz improvisations | |
Amerotti et al. | A Live Performance Rule System Informed by Irish Traditional Dance Music | |
JP2022065554A (en) | Method for synthesizing voice and program | |
JP2022065566A (en) | Method for synthesizing voice and program | |
Nizami et al. | A DT-Neural Parametric Violin Synthesizer | |
CN112951184B (en) | Song generation method, device, equipment and storage medium | |
CN115457923B (en) | Singing voice synthesis method, device, equipment and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |