jhaco / SMDataTools

Stepmania data processing tools for StepCOVNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add Librosa/Soundfile for audio conversion

jhaco opened this issue · comments

commented

TODO:

  • Use librosa.load and sf.write to convert audio to 16000hz, mono-channel wav format that StepCOVNet requires
  • Add commandline flags to control input/output dir, whether or not to resample, whether or not to ignore needing to parse data first
  • Could use some refactoring to split this whole --copyaudio code block up...it's gotten quite ugly after adding the resampling logic