hello
i know that vlc uses wasapi but how can i enable exclusive mode?
i need exclusive mode to play files like they were encoded.
for e.g.
file format -> output
mp3 16 bit 44,1 khz > 16 bit 44,1 khz
dvd/blu ray 48 khz > 16 bit 48 khz
flac 24 bit 196 khz > 24 bit 196 khz
with wasapi shared mode the windows device settings are used for output for e.g.
windows device set to 16 bit, 44,1 khz
mp3 16 bit 44,1 khz > 16 bit 44,1 khz
dvd/blu ray 48 khz > 16 bit 44,1 khz
flac 24 bit 196 khz > 16 bit 44,1 khz
windows device set to 24 bit, 196 khz
mp3 16 bit 44,1 khz > 24 bit 196 khz
dvd/blu ray 48 khz > 24 bit 196 khz
flac 24 bit 196 khz > 24 bit 196 khz
to avoid up and down sampling i need exclusive mode
mpc hc, mpc be, dvdfab player, power dvd, etc. support wasapi exclusive mode
how can i enable exclusive mode in vlc to play files with audio frequency like they are encoded?
thx