slang-legacy / shiva-client

Web client for the Shiva web server as a single page app (abandoned / probably broken)
0 stars 0 forks source link

feature to detect low-quality music #3

Open notslang opened 11 years ago

notslang commented 11 years ago

not for detecting rap... I mean music that has a really low-quality encoding... and then warn users that they should get better copies

hhsnopek commented 11 years ago

Is that even possible? Or are you thinking like mp3 vs flac? On Jul 21, 2013 11:33 PM, "Sean Lang" notifications@github.com wrote:

not for detecting rap... I mean music that has a really low-quality encoding... and then warn users that they should get better copies

— Reply to this email directly or view it on GitHubhttps://github.com/slang800/shiva-client/issues/3 .

notslang commented 11 years ago

Well, we can start by detecting mp3's with low sample rates... but beyond that we'd need to analyze the waveform itself for dithering that's been applied. Detecting low sample rates should be easy... waveform analysis is a bit harder