Jump to content

Sound generator


Recommended Posts

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 by Ghastly_MIB
Link to comment
Share on other sites

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

i did it like this

$T_Volume = GUICtrlCreateSlider( 40, 285, 250, 30)

GUICtrlSetLimit(-1,100,0)

in my while statement

If $msg = $T_Volume Then

$V_set = GUICtrlRead($T_Volume)

SoundSetWaveVolume($V_set)

EndIf

8)

NEWHeader1.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...