nickgillian / grt

gesture recognition toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using this library to do musical gesture recognition with audio

opened this issue · comments

topic: using this library to do musical gesture recognition with audio

Greetings

would this libray be suitable for:

  • doing gesture recognition with audio for musical applications?

if so:

  • would it work better with sensor data like wiimote accelerometers?
  • would it work fine as well with sound, even if the sound is the result of feature extraction analysis such as pompeo fabra essentia or any other state of the art feature extraction analysis library?

I was already able to:

  • feed audio feature extraction data from supercollider (using bowelyzer class)
  • feed sensor data via osculator (wiimote data)
  • successfuly train the osculator data (the same didn't happen with supercollider data)

regarding the supercollider data:

  • i was able to train it with timeseries classification mode (unefective),
  • with the classification mode (what i wanted to use), i get an error mentioning something related to columns (i may replicate the error and post it here).

if you can provide me insights, on how to deal with the audio feature anaysis i would be quite thankful

looking foward
T.