Guillaume Besson
Guillaume Besson
I have only tested Raspbian with the provided ARM package. It's possible your distribution doesn't include some packages that are included by default with Raspbian. If you already checked the...
To start Soundsync manually you need NodeJS and Git installed then clone this repo `git clone https://github.com/geekuillaume/soundsync`, install the deps `npm install`, build `npm run build` than start it `npm...
The install process is failing because I didn't include a Arm64 version of `audioworklet`. I've just released a new version with this arch enabled. Can you try pulling and reinstalling...
It seems that the audio is not processed quickly enough to be sent to the audio device in the configured latency. I've implemented some optimizations today. Can you test it...
I've found a bug related to the audio synchronization that could lead in silence. Can you again test the last commit ? Sorry for all this but I cannot reproduce...
Nice :) Does this work with electron (`yarn run start:electron`) ?
Hi, This project is currently in a sleeping state as I'm working fulltime on another project for now. I don't know when I'll be able to go back to this.
No news on this and I have the same problem with Chrome. Could this issue be reopened?
With pulseaudio, you can access the monitor source created for each sink like a classic source. It is possible to do this with WASAPI but it is not supported by...
For MacOS, you can use https://github.com/ExistentialAudio/BlackHole to create a loopback device, it's not as easy as what we can do with WASAPI or PulseAudio but should work well for some...