Matthew Grogan
Matthew Grogan
Please fix this issue!
Hey @Astavie I finally got this running so I could test it out. Using the scene at https://github.com/aarthificial/motion-canvas/tree/audio-tests The sounds work perfectly in the motion-canvas UI. However they are not...
Oh my God. Yes, it works! Stupid mistake I missed - I didn't import the local version of `@motion-canvas/ffmpeg` in the `package.json`: ``` "dependencies": { "@motion-canvas/core": "file:../motion-canvas/packages/core", "@motion-canvas/2d": "file:../motion-canvas/packages/2d", "@motion-canvas/ffmpeg":...