birdofprey Posted April 7, 2007 Posted April 7, 2007 (edited) I don't want my program to mess with the master or wave volume of my system. I want the currently played file's volume to be manipulated internally (separately). Maybe I'll need to link to a library or something ? Edit: Am I asking for something impossible here ? Edited April 7, 2007 by birdofprey
eynstyne Posted April 8, 2007 Posted April 8, 2007 This UDF should help you...Mixer UDF by wiredbits F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
birdofprey Posted April 10, 2007 Author Posted April 10, 2007 This UDF should help you...Mixer UDF by wiredbitsThanks, but that's not it. That UDF is manipulating the system volume. The master and the wave. I want to internally adjust the volume of what's currently played by my script. The idea is that I don't want to affect anything else's volume while doing that.
CFire Posted April 10, 2007 Posted April 10, 2007 yea that is the same thing i am looking for as well. kind of like when you change the volume on Winamp or Musicmatch or any program like that, they only change the volume for what that program is playing not for the rest of the computer. I havent found anything that does this yet. [u]Scripts and UDF's[/u]WMMedia - UDF full of functions to Control Media Output.
lod3n Posted April 10, 2007 Posted April 10, 2007 I posted a partial solution to a similar question previously asked:http://www.autoitscript.com/forum/index.php?showtopic=35144 [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
CFire Posted April 11, 2007 Posted April 11, 2007 I made a UDF full of functions that replace the Sound.au3 functions. it also has capability of an 'internal' volume comtrol.WMMedia UDF [u]Scripts and UDF's[/u]WMMedia - UDF full of functions to Control Media Output.
lod3n Posted April 11, 2007 Posted April 11, 2007 Nice job CFire! [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
birdofprey Posted April 13, 2007 Author Posted April 13, 2007 I made a UDF full of functions that replace the Sound.au3 functions. it also has capability of an 'internal' volume comtrol.WMMedia UDFGreat ! Thank you ! But what do I use instead of _SoundClose() now ?
lod3n Posted April 13, 2007 Posted April 13, 2007 You shouldn't really have to, but this should work if you must: $pObj = 0 [font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]
birdofprey Posted April 14, 2007 Author Posted April 14, 2007 Found a bug, posted it here:WMMedia UDF
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now