Based on this issue https://github.com/MTG/essentia/issues/175, it looks like frameCutter should be outputting real but it's outputting a real vector instead. How should I handle this ? I tried passing it to FrameToReal but that's giving me another error- the opposite basically
Error when checking types. Expected: std::vector, received: Real
Also does Loader load the entire music file into ram or can I keep writing into the music file while this processing is going on . I want to write to a file and process the frames at the same time, is my approach correct ?
Based on this issue https://github.com/MTG/essentia/issues/175, it looks like frameCutter should be outputting real but it's outputting a real vector instead. How should I handle this ? I tried passing it to FrameToReal but that's giving me another error- the opposite basically
Error when checking types. Expected: std::vector, received: Real
What on earth is going on ?
`` filename = path +'/'+str(i)
``
Also does Loader load the entire music file into ram or can I keep writing into the music file while this processing is going on . I want to write to a file and process the frames at the same time, is my approach correct ?