c++ - Can you change your program name listed in volume mixer/sndvol in windows without using Core Audio APIs? -


i have been searching way change name displayed in windows volume mixer/sndvol used in win 7 preferably work vista well. might not such issue if not using openal-soft create sounds. references seem come directed windows core audio api. trying not use more os specific apis have can more port finished program linux later if wish without having rewrite whole program.

right program shows in mixer, has ".exe" attached it, think looks unprofessional. found this article on msdn regarding ca api, seems more suited if going access windows apis yourself, , far attempts use iaudiosessioncontrol::setdisplayname didn't change anything, since tried use that.

i prefer not have add more 10-15 lines of code this, , appears me use api looking @ lot more lines of code. there way can change display name program appears in windows volume mixer?

the name in volume mixer same window title, can change window title.

i've tried that, worked.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -