Martin Barker
Martin Barker
Thanks, I've been looking into it too and managed to use opus-recorder to record a high quality wav file in my browser: https://github.com/MartinBarker/opus-recorder [edit] made a smaller version of the...
> I guess downloading the `ffmpeg-core` file locally and using it on port 3000 would solve your problem I was able to solve the issue by manually downloading `http` and...
Thank you, I'll test this !
yes it can
related question: https://github.com/electron-userland/electron-builder/issues/5217 my question: https://github.com/electron-userland/electron-builder/issues/9107 possible root cause: - electron-builder debug build logs reveal missing files (app-512.png) and missing locals/ folder - error possibly originating in react-build?
Attempted fix in: https://github.com/MartinBarker/RenderTune/releases/tag/v2.0.9
still getting error, fix attempt did not work, need to check build logs with ``` DEBUG=electron-builder electron-builder build > build_debug.log ``` 