• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to add Sound Effect for Ejecting Drive like USB & CD

Be a kicker than cheater.
Joined
Dec 17, 2009
Messages
733
Reaction score
26
Is there a way to add sound effect for ejecting drives like USB, CD-R and DVD-R?

I hope there is.

IDK if I am posting in the correct Forum Section. Sorry if this is incorrect, if yes, kindly move my thread post. Thank you.
 
Modeler / C++ Coder
Developer
Joined
Feb 6, 2008
Messages
561
Reaction score
483
You could do this within windows itself.. within the configuration for hardware and sound, there is a option to change or modify system sounds with your own.. you can do this for hardware connect and disconnect for example and browse for your own wave sound file and add it this way..

hope it helps you further :)

p.s. i do not think this was the correct section but who am i to judge :D haha a mod will move it probably if its not in the right section.
 
Newbie Spellweaver
Joined
May 28, 2016
Messages
10
Reaction score
7
Catch the start and the end of the process. You could use the Windows API for that.
Just run a background program which does the hunt. Another option would be that you "unbind" the main windows usb/ports support and write your own "driver". Go with C/Assembly.

To output a sound for file copying/moving you only can try to catch the process. You'll run into trouble when you "unbind" that.
 
Back
Top