I’m having problems making a model adapter for audio data from a media set. I can make it work for modeling objects if i set the API up as shown
The modeling objective somehow knows it needs a media set, but I can’t figure out how to use that same predict
method in the code repository. I’m missing the ‘magic’ that the modeling object uses to access the media set. I also get type errors trying to pass Media Referneces into live interface
Has any one ran into this before?