Open GoogleCodeExporter opened 9 years ago
I could locate the following files/data formats
org.imirsel.nema.analytics.evaluation.chord.ChordIntervalTextFile
org.imirsel.nema.analytics.evaluation.chord.ChordShortHandTextFile
org.imirsel.nema.analytics.evaluation.chord.ChordNumberTextFile
org.imirsel.nema.analytics.evaluation.classifiction.ClassificationTextFile
org.imirsel.nema.analytics.evaluation.melody.MelodyTextFile
org.imirsel.nema.analytics.evaluation.key.KeyTextFile
org.imirsel.nema.analytics.evaluation.onset.OnsetTextFile
org.imirsel.nema.analytics.evaluation.tempo.TempoTextFile
org.imirsel.nema.analytics.io.OpaqueFileFormat
org.imirsel.nema.analytics.util.io.RawAudioFile
Are there ones that I have missed?
For now I am going to create a service class in DIY and hard code these values.
We
can work on integrating this at the registration layer in analytics. The
solution
above is not ideal because this would change each time you add a new file
format, and
we would have to modify at two places DIY and analytics, ideally this should be
tightly integrated with the analytics -client or api layer.
Amit
Original comment by kumarami...@gmail.com
on 2 May 2010 at 5:20
Yes those are all the file formats that I know of.
I looked at ways of auto-discovering the file type implementations, however
this always
involves some nasty amount of class loading...
Original comment by kris.west@gmail.com
on 4 May 2010 at 2:46
Original issue reported on code.google.com by
kumarami...@gmail.com
on 2 May 2010 at 4:59