Replies: 1 comment
-
Oh, just realized you cannot record WASAPI loopback in exclusive mode. Bummer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spytify seems to record in shared mode (see AudioThrottler.cs). This is suboptimal since it forces the audio to be resampled to match whatever sample rate is defined in the audio settings of the audio device. I would recommend recording in exclusive mode (or at least have a flag to control that) to avoid any loss in quality.
Beta Was this translation helpful? Give feedback.
All reactions