eiz / SynchronousAudioRouter

Low latency application audio routing for Windows
http://sar.audio/
GNU General Public License v3.0
994 stars 136 forks source link

Is there interest in continuing this project if the signing situation could be solved? #135

Open User-3090 opened 1 year ago

User-3090 commented 1 year ago

Title says it all. I'm evaluating options to have this signed. But that effort only makes sense if there is someone interested in continuing development.

By development, I mean being committed to making it work on future Windows versions, not adding features.

MonstoBusta commented 1 year ago

There are certainly people who will make it work on a future Windows version so as long as WASAPI devices and ASIO exist on those versions.

0xdddddddd commented 1 year ago

use: https://github.com/HyperSine/Windows10-CustomKernelSigners/blob/master/README.md

Nixsw commented 11 months ago

It's a great project hope it continues

MonstoBusta commented 11 months ago

use: https://github.com/HyperSine/Windows10-CustomKernelSigners/blob/master/README.md

Too much of a hassle when I just wanna make funny sound effects with it.

sezitas commented 3 months ago

I was hoping this project would be continued and drivers signed. But being forced to look for an alternative I was able to replicate the SAR functionality using VB-Audio Matrix. I'm sure there's more things you can do with it, but I just needed it to pass all windows audio through a DAW and then out again. https://vb-audio.com/Matrix

Yonatan-Mijelshon commented 3 months ago

How's the latency on that? One of the main advantages of SAR for me is the ability to use really low buffer sizes

On Mon, Mar 25, 2024, 13:40 sezitas @.***> wrote:

I was hoping this project would be continued and drivers signed. But being forced to look for an alternative I was able to replicate the SAR functionality using VB-Audio Matrix. I'm sure there's more things you can do with it, but I just needed it to pass all windows audio through a DAW and then out again. https://vb-audio.com/Matrix

— Reply to this email directly, view it on GitHub https://github.com/eiz/SynchronousAudioRouter/issues/135#issuecomment-2018436202, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATM3HVVY2DWR5MCWMI7NXQTY2BHQNAVCNFSM6AAAAAAYERX6TKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJYGQZTMMRQGI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

sezitas commented 3 months ago

I play guitar with a VST in the same DAW with this setup, and haven't sensed any additional latency compared to SAR. I just made sure to use the same Sample Rates across the Virtual devices with the real one (Scarlett solo). However my setup is not that complex and I don't think I know enough to comment on this. Check out their forums and also try it out. The software is Donationware.

ridingtheflow commented 2 months ago

How's the latency on that? One of the main advantages of SAR for me is the ability to use really low buffer sizes

Matrix uses same drivers as VB-Cable. These are not even synchronous and they use require pretty large buffers (usually ~1500 samples in total as sane default) because they have to recover clock from source and even with this they can sometimes cause a drop off. The only software products which does synch clock on your output (where you specify output device as clock source for your virtual input) are SAR and ASIO Link Pro. Sadly I don't know of any other real alternatives.