File format that synchronizes song lyrics with an audio file, such as MP3, Vorbis or MIDI. When an audio file is played with audio players, the song lyrics are displayed. The lyrics file generally has the same name as the audio file, with a different extension.
Questions tagged [.lrc]
5 questions
1
vote
0 answers
Is it possible for podcast audio stream to have script/text?
Is it possible for podcast audio stream to have script/text?
I am interested in file formats for audio and timed text and how well these formats are supported by players (Android/iPhone/desktop).
I…

gavenkoa
- 45,285
- 19
- 251
- 303
1
vote
1 answer
How to upload an .lrc file in Codelgniter?
I want to upload an .lrc file in Codelgniter
But it always says:
The filetype you are attempting to upload is not allowed.
I tried adding:
'lrc' => 'application/octet-stream'
in MIMES.php, but it still doesn't work.
Thank you.

cv max
- 13
- 4
1
vote
0 answers
JNI ERROR (app bug): attempt to use stale global reference 0x1d200296 in Vitamio Library
I have implemented Vitamio Library in my application. Everything work fine but I am facing one issue when user play audio file after video file then application get crashed. In logcat I am getting following error message.
JNI ERROR (app bug):…

Pavya
- 6,015
- 4
- 29
- 42
1
vote
3 answers
Any JavaScript parser for .lrc?
I was using the code from Kejun's Blog .
I want to parse a .lrc (which is basically a lyrics file) so as to get the time variable as well as the string(read lyrics) . I tried out this code and could not seem to get the output .
…

Capt
- 261
- 4
- 11
0
votes
1 answer
How can I modify this plugin to use mp3 tags instead of lrc files?
The music player "QuodLibet" contains a plugin that synchronizes lyrics to the currently playing song. It achieves this by parsing the data from a .lrc file. This data however could also be stored in the file metadata, and I want to modify it to…

tralph3
- 452
- 4
- 13