Ghastly_MIB Posted October 19, 2005 Share Posted October 19, 2005 (edited) Hey all, Is there somewere a Tone Generator? It should create a tone out of the speakers... Not the intern one... And my seccond one: Is it posible to chance with AutoIt the intern speaker sound volume? Not with Send() and that stuff? Thanks, Ghastly_MIB Edited October 19, 2005 by Ghastly_MIB Link to comment Share on other sites More sharing options...
Nuffilein805 Posted October 19, 2005 Share Posted October 19, 2005 how bout this 1? SoundPlay ( "filename" [, wait] ) is this what you are looking for? my little chatmy little encryption toolmy little hidermy unsafe clickbot Link to comment Share on other sites More sharing options...
Ghastly_MIB Posted October 19, 2005 Author Share Posted October 19, 2005 No, a real tone example: CreateTone($Hertz, $volume) Or something Link to comment Share on other sites More sharing options...
Nuffilein805 Posted October 19, 2005 Share Posted October 19, 2005 sounds interesting, but never heard of that how bout you creating a function? my little chatmy little encryption toolmy little hidermy unsafe clickbot Link to comment Share on other sites More sharing options...
Nuffilein805 Posted October 19, 2005 Share Posted October 19, 2005 found something Beep ( [ Frequency [, Duration ]] ) newest beta just downloaded it my little chatmy little encryption toolmy little hidermy unsafe clickbot Link to comment Share on other sites More sharing options...
Ghastly_MIB Posted October 19, 2005 Author Share Posted October 19, 2005 found somethingBeep ( [ Frequency [, Duration ]] )newest betajust downloaded itThis is sound from the internal speaker.I'm looking for sound from the main spreakers... Not the speaker inside the pc. Link to comment Share on other sites More sharing options...
Valuater Posted October 19, 2005 Share Posted October 19, 2005 And my seccond one:Is it posible to chance with AutoIt the intern speaker sound volume?Not with Send() and that stuff?Thanks,Ghastly_MIBi did it like this$T_Volume = GUICtrlCreateSlider( 40, 285, 250, 30)GUICtrlSetLimit(-1,100,0)in my while statementIf $msg = $T_Volume Then $V_set = GUICtrlRead($T_Volume) SoundSetWaveVolume($V_set) EndIf8) Link to comment Share on other sites More sharing options...
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