Jump to content

Recommended Posts

Posted (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 by Ghastly_MIB
Posted

found something

Beep ( [ Frequency [, Duration ]] )

newest beta

just downloaded it

This is sound from the internal speaker.

I'm looking for sound from the main spreakers... Not the speaker inside the pc.

Posted

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

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
  • Recently Browsing   0 members

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