Error with capturing system audio in electron app production
Hey everyone, for the past couple of days I have been running into a really interesing problem. So pretty much I am trying to capture system audio for transcription and stream to a transcription service. Right now, I am using the swift file in this repo https://github.com/O4FDev/electron-system-audio-recorder to record the audio and works perfectly in dev. However when I package my electron app and test in production I get a really weird error where the the child process that is running this compiled swift binary is running and then exiting wihtout me telling it to. The strange thing is that this does not happen in the dev environment.
GitHub
GitHub - O4FDev/electron-system-audio-recorder: An open source elec...
An open source electron system audio recorder for MacOS in collaboration with Sebastian Wąsik - GitHub - O4FDev/electron-system-audio-recorder: An open source electron system audio recorder for Ma...
0 Replies