eiz / SynchronousAudioRouter

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

Playback endpoints max out at 44kHz #25

Closed emckenna closed 7 years ago

emckenna commented 7 years ago

My sound card's lowest quality setting is 48hKz, but every endpoint I create displays 44kHz as its quality.

Don't want to debate the differences between 44 and 48, but thought they should be the same to minimize latency. Is this an issue or should I just not worry about it.

eiz commented 7 years ago

SAR uses the same sample rate the underlying ASIO driver is opened with. It doesn't do (and isn't capable of) any kind of resampling.

emckenna commented 7 years ago

Gotcha. I tried out a much newer headset and now have many more quality settings.