eiz / SynchronousAudioRouter

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

Only noise playing through endpoint #41

Open MSM792 opened 6 years ago

MSM792 commented 6 years ago

In my setup SAR endpoints are only playing noise, when the playback is started. The strange thing is that the noise is gone, when no signal is present (i.e. a silent part of the track), even though playback is still active.

My setup is as follows: -Windows 10 1709 x64 -Dante Virtual Soundcard -Presonus Studio One 2

Has anyone else had this issue?

Bombe commented 5 years ago

While typing this I found the solution for my (similar problem). In DVS’s options the sample size needs to be set to 32 bits/sample.


I’m having the same issue. My setup:

I have created two playback endpoints in SAR, one for Winamp, one for Foobar2000. They both show up in REAPER and in Winamp/Foobar2000 but when I monitor the channels in REAPER all I get is noise. The noise looks like it results from an encoding problem (16/24 bits, float/int, byte order?) because it’s not distributed evenly, some features of the original signal can be seen in the lower frequencies.

amurzeau commented 5 years ago

Can you try this https://github.com/eiz/SynchronousAudioRouter/pull/65#issuecomment-475818284 to see if this fix your issue ?

Bombe commented 5 years ago

I have tried it and I think it also allowed me to set DVS’ sample size to 16 or 24 bits but the whole system is so damn wobbly – like, Winamp already crashes if you even think about changing an audio-related parameter, and other players react by either stopping playing, or outputting, or ignoring changes in audio device selection – that I’ll be going back to 0.13.1. As said, using 32 bits in that one dialog fixes the issue for me. (I’m not the OP, though.)

ramonsmits commented 3 years ago

Have you tried using ASIO4ALL instead of your hardware ASIO driver? That resolved my noise issue: https://github.com/eiz/SynchronousAudioRouter/issues/109#issuecomment-762995304