yoyo

Results 4 comments of yoyo

Maybe the problem comes from here(packages/audioplayers_windows/windows/audioplayers_windows_plugin.cpp) ``` else if (method_call.method_name().compare("getDuration") == 0) { auto duration = player->GetDuration(); result->Success(isnan(duration) ? EncodableValue(std::monostate{}) : EncodableValue(ConvertSecondsToMs(duration))); return; } ``` Can anyone solve it?

@nitinmukesh You can try remove `pipe.to(device)` and `pipe.unet_encoder.to(device)`. Then move `pipe.enable_sequential_cpu_offload()` to Line 125.

@nitinmukesh Try this code.(app.py) https://drive.google.com/file/d/1XVXXBbrEoh18Fq9F3-tfGxdAZxDWX2Em/view?usp=drive_link

you can refer to https://github.com/buaacyw/GaussianEditor/issues/3