You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on this issue #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 ?
The text was updated successfully, but these errors were encountered:
Based on this issue #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 ?
The text was updated successfully, but these errors were encountered: