+ 1
How To Create Lyrics Songs Software
How I Create Lyrical Songs Software in C# & Application in Java
10 Antworten
+ 7
You will have to interface with a database of song lyrics.
+ 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.
+ 1
Thanks
+ 1
If user input song's name then songs will play with song's lyrics
+ 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! 👍
+ 1
Hmm Thank You So Much
0
Thanks
0
Phaxe
0
Hi can anybody help me?
0
Ok