Use the Soundcloud comment feature to display lyrics for a song. i.e.., post a comment with the lyrics at the beginning of each phrase.
Another idea would be to run the comments through a speech synthesizer while the music is playing – so you can hear comments superimposed over the music
nothing-detector.maxpat (for tracking progress of html request)
authorization
none required
instructions
Open the Max patch: bird-call4.maxpat
Select a bird from the menu. Wait a few seconds. If the hit-counter increases above zero then the search was successful.
Click the button to start audio.
Click the button to play a random recording from the query
notes
There are two html queries. The first query retrieves an array of recording records for a selected bird. The second query downloads the .mp3 file with the actual recording.
The patch uses [dict] and [maxurl] to format execute the first query. Then it uses [jit.uldl] to download the .mp3 file.
I loaded the result file from this query into a max patch: JSON_readwrite-nyt-test and printed out the title and body of the first article returned.
There are examples in the above link and explanation of using ‘facets’ which give you stuff like counts of articles and mentions of things like corporation names & other common things. Also some logic tricks for doing complex queries.