diff --git a/nodes/feature_extractor.py b/nodes/feature_extractor.py index 2ae61db..724f074 100644 --- a/nodes/feature_extractor.py +++ b/nodes/feature_extractor.py @@ -203,4 +203,5 @@ class PrismAudioFeatureExtractor: # Load the extracted features loader = PrismAudioFeatureLoader() - return loader.load_features(cached_path) + features, = loader.load_features(cached_path) + return (features, float(fps))