How To Create Lyrics Songs Software | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

How To Create Lyrics Songs Software

How I Create Lyrical Songs Software in C# & Application in Java

5th Nov 2019, 9:01 PM
Umar Ahmad
Umar Ahmad - avatar
10 ответов
+ 7
You will have to interface with a database of song lyrics.
6th Nov 2019, 1:23 AM
Sonic
Sonic - avatar
+ 3
Please avoid writing your name in your question tags, why you do that? : ) I have no experience in such fields, but I guess answer to your question may vary, for example, there are differences to consider in how you design the app: ● Different metadata format for different audio type. ● Whether you read/write music files' internal metadata VS using online lyric database. ● Whether you allow synchronized lyric editing or displaying. ● Character encoding for reading/writing the lyrics. ● Whether you store the metadata in a proprietary database or directly read/write them from media files. ● Etc.
6th Nov 2019, 5:00 AM
Ipang
+ 1
Thanks
6th Nov 2019, 7:09 PM
Umar Ahmad
Umar Ahmad - avatar
+ 1
If user input song's name then songs will play with song's lyrics
6th Nov 2019, 7:10 PM
Umar Ahmad
Umar Ahmad - avatar
+ 1
I think you need to understand first how to read or write metadata information (lyric) from the media file. Then also learn how to deal with the case when there's no metadata stored in the file, where you either search some online lyrics databases or something. Even at this point you may still run out of luck. For example if the query sent to the online lyrics database returns no result (lyric not available). You may allow your app user to type the lyrics manually. And of course your app must know how to utilise audio codec to support multiple media file playback. There's loads of stuffs to learn yet to accomplish this project : ) Good luck! 👍
7th Nov 2019, 3:40 AM
Ipang
+ 1
Hmm Thank You So Much
7th Nov 2019, 3:44 PM
Umar Ahmad
Umar Ahmad - avatar
0
Thanks
30th Jul 2022, 5:34 AM
Marrianna Harris
Marrianna Harris - avatar
0
Phaxe
31st Jul 2022, 11:29 AM
Ramtin Hamzeloo
Ramtin Hamzeloo - avatar
0
Hi can anybody help me?
31st Jul 2022, 11:30 AM
Ramtin Hamzeloo
Ramtin Hamzeloo - avatar
0
Ok
2nd Aug 2022, 3:17 AM
Grace Barclay
Grace Barclay - avatar