Anders429 / simfile

Apache License 2.0
0 stars 0 forks source link

Define `Lyrics` struct #7

Closed Anders429 closed 2 years ago

Anders429 commented 3 years ago

Define a struct to contain lyric data.

There exist multiple simfile formats for song lyrics, and this struct would be able to read and write these respective formats.

Anders429 commented 2 years ago

After some more research, I think lyric files actually falls outside of the scope of a simfile. .lrc files are a more widelh supported format (see Wikipedia's article on the subject). Just as this library doesn't concern itself with reading audio files or image files, it should not concern itself with reading and interpreting lyrics files, as they are completely separate from simfiles.